diff --git a/src/components/LinkedIn.tsx b/src/components/LinkedIn.tsx new file mode 100644 index 0000000..2d5ace2 --- /dev/null +++ b/src/components/LinkedIn.tsx @@ -0,0 +1,12 @@ +import {AboutMeEntry} from "@/components/AboutMeEntry"; +import {FunctionComponent} from "react"; + + +export const LinkedIn: FunctionComponent = () => { + return +} \ No newline at end of file diff --git a/src/components/Printables.tsx b/src/components/Printables.tsx new file mode 100644 index 0000000..057018f --- /dev/null +++ b/src/components/Printables.tsx @@ -0,0 +1,12 @@ +import {AboutMeEntry} from "@/components/AboutMeEntry"; +import {FunctionComponent} from "react"; + + +export const Printables: FunctionComponent = () => { + return +} \ No newline at end of file diff --git a/src/pages/index.tsx b/src/pages/index.tsx index cd05754..9901947 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,5 +1,7 @@ import 'bootstrap/dist/css/bootstrap.css' import {Github} from "@/components/Github"; +import {LinkedIn} from "@/components/LinkedIn"; +import {Printables} from "@/components/Printables"; export default function Home() { return ( @@ -8,6 +10,8 @@ export default function Home() {

My stuff

+ +