Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gskorokhod committed Jul 23, 2024
1 parent 3ea98be commit 189240f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/elements/task/task-card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import PeopleSelectorList from "$lib/components/elements/person/people-selector-list.svelte";
import { capitalize } from "$lib/utils.ts";
import SkillsList from "$lib/components/elements/skill/skills-list.svelte";
import Icon from "$lib/components/ui/icon/icon.svelte";
let task: Task;
let compact: boolean = false;
Expand Down

0 comments on commit 189240f

Please sign in to comment.