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, 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>