Skip to content

Commit

Permalink
add moss.css import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 8, 2024
1 parent e696937 commit 5e452cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts">
import '$lib/style.css';
import '$lib/theme.css';
import '$routes/moss.css';
import '@ryanatkn/fuz_code/prism.css';
import {parse_package_meta} from '@ryanatkn/gro/package_meta.js';
Expand Down

0 comments on commit 5e452cc

Please sign in to comment.