From c4d3988f8c59c4af48113d5fadfab6fb1562ea55 Mon Sep 17 00:00:00 2001 From: shafin-r Date: Thu, 12 Mar 2026 17:47:04 +0600 Subject: [PATCH] fix(build): fix build errors --- src/pages/student/QuestMap.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/pages/student/QuestMap.tsx b/src/pages/student/QuestMap.tsx index 0b65ddf..88d0019 100644 --- a/src/pages/student/QuestMap.tsx +++ b/src/pages/student/QuestMap.tsx @@ -12,7 +12,7 @@ import { ChestOpenModal } from "../../components/ChestOpenModal"; import { InfoHeader } from "../../components/InfoHeader"; import { Canvas, useThree, useFrame } from "@react-three/fiber"; import { Island3D } from "../../components/Island3D"; -import { Billboard, OrbitControls, Stars, Text } from "@react-three/drei"; +import { OrbitControls, Stars } from "@react-three/drei"; import * as THREE from "three"; // ─── Map geometry ───────────────────────────────────────────────────────────── @@ -860,11 +860,6 @@ const RouteSegment = ({ {/* Travelling ship on the active leg */} {isActive && !isDone && ( - - - ⛵ - - {/* Gold wake glow disk */} -- 2.49.0