Refactor App.svelte: Reorganize imports for better clarity and structure

This commit is contained in:
sHa
2025-07-02 10:49:37 +03:00
parent 4ea8da4a34
commit 0dcc8f0eba

View File

@@ -1,7 +1,7 @@
<script>
import { onMount } from "svelte";
import { collections } from "./collections.js";
import { Router } from "svelte-spa-router";
import Home from "./pages/Home.svelte";
import Preview from "./pages/Preview.svelte";
import NotFound from "./pages/NotFound.svelte";