diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-09-23 02:56:17 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-09-23 02:56:17 -0400 |
commit | 8349b71179bd5fc07d969c696c7722661666f37d (patch) | |
tree | 6150a74a6e0e84c6cac531e4a096b2df176533ef /src/app/page.tsx | |
parent | 3a712982307391ae1196f50e252cb37ed5f67ccb (diff) |
fix for buildmain
Diffstat (limited to 'src/app/page.tsx')
-rw-r--r-- | src/app/page.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c59aab..ba1a9dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,5 @@ "use client"; -import Grid from "@/components/backgrounds/Grid"; import Polygons from "@/components/backgrounds/Polygons"; import Footer from "./Footer"; import Header from "./Header"; |