Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gskorokhod committed Jul 18, 2024
1 parent f110cf9 commit b4d8911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!--suppress ES6UnusedImports -->
<script lang="ts">
import type { Person } from "$lib/types/core.ts";
// noinspection ES6UnusedImports
import * as Tooltip from "$lib/components/ui/tooltip";
// noinspection ES6UnusedImports
import * as Avatar from "$lib/components/ui/avatar";
import { CakeIcon, PlusIcon, UserIcon } from "lucide-svelte";
Expand All @@ -11,6 +10,7 @@
let placeholder: string = "Unassigned";
let className: string = "";
// noinspection ReservedWordAsName
export { person, placeholder, popoverEnabled, className as class };
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import Check from "lucide-svelte/icons/check";
import * as Command from "$lib/components/ui/command/index.js";
import * as Popover from "$lib/components/ui/popover/index.js";
import * as Avatar from "$lib/components/ui/avatar";
import { Button } from "$lib/components/ui/button/index.js";
import PersonAvatar from "$lib/components/elements/person-avatar/person-avatar.svelte";
import { cn } from "$lib/utils.js";
Expand Down

0 comments on commit b4d8911

Please sign in to comment.