8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
"use client";
|
|
|
|
import { ScanTerminalDashboard } from "@/components/dashboard/ScanTerminalDashboard";
|
|
|
|
export function PolyWeatherDashboard() {
|
|
return <ScanTerminalDashboard />;
|
|
}
|