Skip to content

Commit e906dcb

Browse files
committed
chore(home): remove unused HomePage component and update index to use GamePage
1 parent b7e548e commit e906dcb

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

electron/renderer/pages/home.tsx

-19
This file was deleted.

electron/renderer/pages/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import HomePage from './home.js';
1+
import GamePage from './game.jsx';
22

33
// nextjs pages must be default exports
4-
export default HomePage;
4+
export default GamePage;

0 commit comments

Comments
 (0)