Skip to content

Commit

Permalink
Both sizes
Browse files Browse the repository at this point in the history
Co-authored-by: Allan Lasser <[email protected]>
  • Loading branch information
eyeseast and allanlasser authored Mar 26, 2024
1 parent 891bde0 commit ad5ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/documents/[id]-[slug]/sidebar/Projects.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import type { Project } from "$lib/api/types";
import { FileDirectory24 } from "svelte-octicons";
import { FileDirectory16, FileDirectory24 } from "svelte-octicons";
import Empty from "@/lib/components/common/Empty.svelte";
import SidebarGroup from "@/lib/components/sidebar/SidebarGroup.svelte";
Expand Down

0 comments on commit ad5ea8b

Please sign in to comment.