Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
huoyijie committed Nov 8, 2023
1 parent c748f66 commit 780568b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Board.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useContext, useEffect } from 'react'
import Tetromino from './Tetromino'
import Context from './Context'
import Cube from './Cube'
import { BOARD_HEIGHT, BOARD_WIDTH, BOARD_X_CUBES, BOARD_Y_CUBES } from '@/lib/tetris'
import { BOARD_HEIGHT, BOARD_WIDTH } from '@/lib/tetris'
import BoardBgCubes from './BoardBgCubes'

export default function Board() {
Expand Down

0 comments on commit 780568b

Please sign in to comment.