Remove unused weather aura layer from dashboard

This commit is contained in:
2569718930@qq.com
2026-03-30 01:04:21 +08:00
parent 538de5cdd8
commit 4e399d5961
@@ -21,17 +21,6 @@ const MapCanvas = dynamic(
},
);
const WeatherAuraLayer = dynamic(
() =>
import("@/components/dashboard/WeatherAuraLayer").then(
(module) => module.WeatherAuraLayer,
),
{
ssr: false,
loading: () => null,
},
);
const HistoryModal = dynamic(
() =>
import("@/components/dashboard/HistoryModal").then(
@@ -94,7 +83,6 @@ function DashboardScreen() {
return (
<div className={styles.root}>
<MapCanvas />
<WeatherAuraLayer />
<HeaderBar />
<CitySidebar />
<DetailPanel />