Skip to content

Commit

Permalink
replace unused class import with type import
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliapixel committed Nov 7, 2024
1 parent f3c1510 commit f0ae167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/AsyncMarkdownReq.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { dev } from "$app/environment";
import { marked, Renderer } from "marked";
import { marked, type Renderer } from "marked";
import { slide } from "svelte/transition";
export let url: string;
Expand Down

0 comments on commit f0ae167

Please # to comment.