Skip to content

Commit

Permalink
About page
Browse files Browse the repository at this point in the history
  • Loading branch information
naticampiglia committed Feb 1, 2024
1 parent c2840e9 commit ea5a9f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import * as React from "react"

import Layout from "../components/layout";
import Seo from '../components/seo';

const About = () => (
<Layout>
<Seo />
</Layout>
);

export default About;

0 comments on commit ea5a9f2

Please sign in to comment.