Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jan 24, 2024
1 parent f475662 commit bb1a2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { default as Check } from "phosphor-svelte/lib/Check";
export { default as Circle } from "phosphor-svelte/lib/Circle";
export { default as Code } from "phosphor-svelte/lib/Code";
export { default as CopySimple } from "phosphor-svelte/lib/CopySimple";
export { default as FileHTML } from "phosphor-svelte/lib/FileHtml";
export { default as FileText } from "phosphor-svelte/lib/FileText";
export { default as GitHubIcon } from "./github-icon.svelte";
export { default as Info } from "phosphor-svelte/lib/Info";
Expand Down

0 comments on commit bb1a2a0

Please sign in to comment.