Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Dec 26, 2023
1 parent a74ee83 commit ea21652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/slugify.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { slug as slugger } from "github-slugger";
import type { CollectionEntry } from "astro:content";

export const slugifyStr = (str: string) => slugger(str);

Expand Down

0 comments on commit ea21652

Please sign in to comment.