feat: move scripts to script folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import WeatherCard from '@components/cards/WeatherCard.astro';
|
||||
import { getFiveDayForecast } from '@support/weather';
|
||||
import { getFiveDayForecast } from '@/scripts/weather';
|
||||
|
||||
const { latitude = "44.95", longitude = "-93.09", cityName = "St. Paul, Minnesota", timezone = "America/Chicago" } = Astro.props;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user