Files
PolyWeather/frontend/components/dashboard/scan-terminal/use-ai-city-card-data.ts
T

5 lines
135 B
TypeScript
Raw Normal View History

"use client";
export { useAiCityForecast } from "./use-ai-city-forecast";
export { useCityMarketScan } from "./use-city-market-scan";