diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-04-28 10:51:09 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-04-28 10:51:09 +0200 |
commit | 5dc48738e6f2800fde963a7581e200bd4de18463 (patch) | |
tree | eb5ce2fefbc0a9f6f44615492d890d4bf80767e4 /src/routes/index.svelte | |
parent | 55cd53f4e6b1e13d2866a84a9631be8f89651cf2 (diff) | |
download | Aurora-data-5dc48738e6f2800fde963a7581e200bd4de18463.tar.gz Aurora-data-5dc48738e6f2800fde963a7581e200bd4de18463.zip |
Add 27-day outlook
Diffstat (limited to 'src/routes/index.svelte')
-rw-r--r-- | src/routes/index.svelte | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 64bcce9..e5dbaea 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,9 +1,6 @@ <script lang="ts"> import WeatherCurrent from '../components/WeatherCurrent.svelte'; import ForecastDrawer from '../components/Forecast/ForecastDrawer.svelte'; - - //import { theme, fetchingData, fetchDataError, weatherData } from "../stores.ts"; - //weatherData.subscribe(console.log); </script> |