From e91446be991cb13b414dbf297abb901afa30043e Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Tue, 15 Apr 2025 09:02:21 +0200 Subject: [PATCH] modified: src/app/share/[id].tsx --- src/app/share/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;