appropriated imported css
This commit is contained in:
parent
46d906639b
commit
f47f4f9bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,13 +8,13 @@
|
|||
<!-- Milligram CSS -->
|
||||
<link rel="stylesheet" href="node_modules/milligram/dist/milligram.min.css">
|
||||
|
||||
<link rel="stylesheet" href="src/styles/app.css">
|
||||
<title>Coover Tracker</title>
|
||||
|
||||
</svelte:head>
|
||||
|
||||
<script lang="ts">
|
||||
import { currentUser } from '$lib/pocketbase';
|
||||
import '../styles/app.css';
|
||||
</script>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue