Skip to content

Commit

Permalink
refactor: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Nov 1, 2024
1 parent 7994e05 commit 6b1c6e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/entrypoints/popup/routes/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { Header } from '../components/header';
import { CellImportClient } from '../components/cell-import-client';
import { NoKeys } from '../components/no-keys';
import { KeysList } from '../components/keys-list';
import { SectionFooter } from '../components/section';
import { appStorage } from '@/utils/storage';

export const Dashboard = () => {
Expand Down

0 comments on commit 6b1c6e9

Please sign in to comment.