Skip to content

Commit 7e12be8

Browse files
committed
Remove InteractiveMinimap references
- Remove commented import and usage of InteractiveMinimap - Keep component file for future use but deactivated - Clean up page.tsx imports
1 parent b4e90d4 commit 7e12be8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Tools from '@/components/Tools';
88
import Footer from '@/components/Footer';
99
import { useLanguage } from '@/contexts/LanguageContext';
1010
import { BlurReveal } from '@/components/BlurReveal';
11-
// import InteractiveMinimap from '@/components/InteractiveMinimap';
1211
import { SectionTitle } from '@/components/SectionTitle';
1312
import { ParallaxSection } from '@/components/ParallaxSection';
1413
import { LanguageTransitionWrapper } from '@/components/LanguageTransitionWrapper';
@@ -18,7 +17,6 @@ export default function Home() {
1817

1918
return (
2019
<main className="min-h-screen">
21-
{/* <InteractiveMinimap /> */}
2220
<Header />
2321
<LanguageTransitionWrapper>
2422
<ParallaxSection speed={0.2}>

0 commit comments

Comments
 (0)