mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 07:31:01 +00:00
Refactor App.svelte: Reorganize imports for better clarity and structure
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user