Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 17, 2024
1 parent e094089 commit d2bf4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(pages)/home/+page.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// load homepage data
import { error, type NumericRange } from "@sveltejs/kit";
import { error } from "@sveltejs/kit";
import { marked } from "marked";
import { gfmHeadingId } from "marked-gfm-heading-id";
import DOMPurify from "isomorphic-dompurify";
Expand Down

0 comments on commit d2bf4ea

Please sign in to comment.