Skip to content

Commit

Permalink
Keep up with naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialForge committed Oct 31, 2023
1 parent cf94533 commit 4eb78b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/dist.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createIcon } from '../../common/icon';
import { createIcon } from '../icon';
import squareIcon from '../../assets/svg/square.svg';

export const SquareIcon = createIcon(squareIcon);
2 changes: 1 addition & 1 deletion src/components/Scanning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { Node, User } from 'model/user';
import { CopyIcon } from '../common/icons/CopyIcon';
import { SearchIcon } from '../common/icons/SearchIcon';
import { CheckSquareIcon } from '../common/icons/CheckSquareIcon';
import { SquareIcon } from '../common/icons/Square';
import { SquareIcon } from '../common/icons/SquareIcon';
import { UserCheckIcon } from '../common/icons/UserCheckIcon';
import { UserUncheckIcon } from '../common/icons/UserUncheckIcon';
import { useOnBeforeUnload } from '../hooks/on-before-unload';
Expand Down

0 comments on commit 4eb78b8

Please sign in to comment.