diff --git a/src/app/components/project-presentation.tsx b/src/app/components/project-presentation.tsx deleted file mode 100644 index b001d5a..0000000 --- a/src/app/components/project-presentation.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import {Project} from "next/dist/build/swc"; - -interface ProjectPresentation { - projectName: string; -} - -export function Present({projectName}: ProjectPresentation) { - return

Dette prosjektet heter {projectName}!

-} \ No newline at end of file