diff --git a/src/app/share/[id].tsx b/src/app/share/[id].tsx index cadf2f4..fc6f084 100644 --- a/src/app/share/[id].tsx +++ b/src/app/share/[id].tsx @@ -1,7 +1,7 @@ // pages/share/[id].tsx import Head from "next/head"; -import { GetServerSideProps } from "next"; +import type { GetServerSideProps } from "next"; interface FileDetails { name: string;