Skip to content

Commit fc40f70

Browse files
committed
[feat] Remove unnecessary imports
1 parent 9fb8b71 commit fc40f70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { PREVIEW as SnakePreview } from './snake/constants';
1010
import { GamePreview } from '~/components/atoms/GamePreview';
1111
import { ModalClose } from '~/components/atoms/ModalClose';
1212
import { Script } from '~/script';
13-
import { Modal } from '~/components/modules/Modal';
14-
import { AudioPlayer } from '~/components/modules/AudioPlayer';
1513

1614
const PREVIEWS = [BreakoutPreview, TetrisPreview, SnakePreview];
1715

0 commit comments

Comments
 (0)