Skip to content

Commit 6e70d1d

Browse files
committed
Fix frontend global stylesheet loading
1 parent 0a5dea2 commit 6e70d1d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

frontend/src/layout.svelte

Lines changed: 0 additions & 5 deletions
This file was deleted.

frontend/src/routes/+layout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script>
2+
import '../app.css';
23
import { onMount } from 'svelte';
34
import { page } from '$app/stores';
45
import { goto } from '$app/navigation';

0 commit comments

Comments
 (0)