aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2022-04-28 10:51:09 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2022-04-28 10:51:09 +0200
commit5dc48738e6f2800fde963a7581e200bd4de18463 (patch)
treeeb5ce2fefbc0a9f6f44615492d890d4bf80767e4 /src/routes
parent55cd53f4e6b1e13d2866a84a9631be8f89651cf2 (diff)
downloadAurora-data-5dc48738e6f2800fde963a7581e200bd4de18463.tar.gz
Aurora-data-5dc48738e6f2800fde963a7581e200bd4de18463.zip
Add 27-day outlook
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/index.svelte3
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>