File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1414 <NavLinks mobile ={true } />
1515 </ul >
1616 </div >
17- <a href =" /" class =" btn btn-ghost text-xl" >daisyUI </a >
17+ <a href =" /" class =" btn btn-ghost text-xl" >HytaLab </a >
1818 </div >
1919 <div class =" navbar-center hidden lg:flex" >
2020 <ul class =" menu menu-horizontal px-1" >
Original file line number Diff line number Diff line change 1+ // Export all lib items for easy access in routes
2+ export { default as favicon } from './assets/favicon.svg' ;
3+ export { default as logo } from './assets/logo.jpg'
Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import ' ./layout.css' ;
3- import favicon from ' $lib/assets/favicon.svg ' ;
4- import NavBar from " $components/header/NavBar.svelte " ;
3+ import { favicon } from ' $lib' ;
4+ import { NavBar } from ' $components' ;
55
66 let { children } = $props ();
77 </script >
You can’t perform that action at this time.
0 commit comments