Skip to content

Commit

Permalink
lint: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Nov 15, 2024
1 parent b061a9d commit e7fcda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/lib/components/core/Menu.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { IconAccountBalance, IconUser, Popover } from '@dfinity/gix-components';
import { IconUser, Popover } from '@dfinity/gix-components';
import { goto } from '$app/navigation';
import { page } from '$app/stores';
import AboutWhyOisy from '$lib/components/about/AboutWhyOisy.svelte';
Expand Down

0 comments on commit e7fcda8

Please sign in to comment.