This commit is contained in:
parent
7106a14412
commit
0d870a0a14
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import '../app.css';
|
import '$src/app.css';
|
||||||
// import '../syntax-highlight.css'; // https://github.com/PrismJS/prism-themes
|
// import '../syntax-highlight.css'; // https://github.com/PrismJS/prism-themes
|
||||||
import NavBar from '$src/lib/components/NavBar.svelte';
|
import NavBar from '$lib/components/NavBar.svelte';
|
||||||
|
|
||||||
const routes: App.Route[] = [
|
const routes: App.Route[] = [
|
||||||
{ label: 'главная', icon: 'material-symbols:emoji-food-beverage', href: '/' },
|
{ label: 'главная', icon: 'material-symbols:emoji-food-beverage', href: '/' },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue