This website requires JavaScript.
Explore
Help
Sign In
MasterGordon
/
minesweeper
mirror of
https://github.com/MasterGordon/minesweeper.git
Watch
1
Star
0
Fork
You've already forked minesweeper
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e8d1a8afde
minesweeper
/
src
/
components
/
LazyBoard.tsx
4 lines
83 B
TypeScript
Raw
Blame
History
import
{
lazy
}
from
"react"
;
export
const
Board
=
lazy
(
(
)
=
>
import
(
"./Board"
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink