aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/index.svelte3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index bf54b6a..7efda23 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -1,6 +1,9 @@
<script lang="ts">
import WeatherCurrent from '../components/WeatherCurrent.svelte';
import PredictedSpaceWeather from '../components/PredictedSpaceWeather.svelte';
+
+ //import { theme, fetchingData, fetchDataError, weatherData } from "../stores.ts";
+ //weatherData.subscribe(console.log);
</script>