Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwijos committed Jan 7, 2024
1 parent 73975b0 commit e0095a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(main)/me/account/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import type { PageData } from './$types';
import Fa from 'svelte-fa';
import { faXmark } from '@fortawesome/free-solid-svg-icons';
import { faCcMastercard, faCcVisa, faCcAmex } from '@fortawesome/free-brands-svg-icons';
import UserNav from '$lib/components/UserNav.svelte';
import { cardOptions } from '$lib/utils/cardOptions';
Expand Down

0 comments on commit e0095a2

Please sign in to comment.