Skip to content

Commit

Permalink
feat: import styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Mar 7, 2024
1 parent cdb09aa commit 27d5f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import Navbar from '$components/Navbar.svelte';
import '../app.css';
import '../styles.css';
</script>

<Navbar />
Expand Down
File renamed without changes.

0 comments on commit 27d5f73

Please sign in to comment.