mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
refactor(frontent): move components and ts to lib folder
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<script lang="ts">
|
||||
import '../app.css';
|
||||
import Notification from '../components/Notification.svelte';
|
||||
import Notification from '$lib/components/Notification.svelte';
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
{@render children()}
|
||||
|
||||
<Notification />
|
||||
<Notification />
|
||||
|
||||
Reference in New Issue
Block a user