mirror of
https://github.com/shadoll/sLogos.git
synced 2026-08-28 19:43:17 +00:00
feat: refactor layout and styling for improved responsiveness and accessibility; add Footer component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Home from './pages/Home.svelte';
|
||||
import Preview from './pages/Preview.svelte';
|
||||
|
||||
// Define all routes for the application
|
||||
export const routes = {
|
||||
'/': Home,
|
||||
'/preview/:id': Preview
|
||||
};
|
||||
Reference in New Issue
Block a user