Skip to content

Commit

Permalink
pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 26, 2024
1 parent e49b327 commit b0f8c1a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
Modal
} from 'flowbite-svelte';
import { lang_id, languages } from '$lib/stores/adminStore';
import { patchMilestoneGroup, uploadMilestoneGroupImage, milestoneGroupImageUrl } from '$lib/admin';
import {
patchMilestoneGroup,
uploadMilestoneGroupImage,
milestoneGroupImageUrl
} from '$lib/admin';
export let open: boolean = false;
export let milestoneGroup: object | null = null;
Expand Down

0 comments on commit b0f8c1a

Please sign in to comment.