Skip to content

Commit

Permalink
Fix unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Jan 29, 2024
1 parent 49d346f commit 30ade1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/layouts/account.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CSSProperties, useContext, useEffect, useRef, useState } from 'react'
import { CSSProperties, useContext, useEffect, useState } from 'react'
import { FaGear, FaIdCard, FaPlus, FaTrash } from 'react-icons/fa6'
import { Account, db } from '@/db'
import NewAccount from '@/components/accounts/New'
Expand Down

0 comments on commit 30ade1a

Please sign in to comment.