Skip to content

Commit

Permalink
Merge pull request #4 from lemo-nade-room/develop
Browse files Browse the repository at this point in the history
Update CSS import path in Highlighted.svelte
  • Loading branch information
lemo-nade-room authored Jun 9, 2024
2 parents 1cd3d27 + 1a26167 commit d0a7037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ui/Highlighted.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<script lang="ts">
import '$lib/reset.css';
import '../reset.css';
import hljs, { type HighlightResult } from 'highlight.js';
import { onMount } from 'svelte';
import { Language } from '$lib/scripts/language.js';
Expand Down

0 comments on commit d0a7037

Please sign in to comment.