Skip to content

Commit

Permalink
Removes Tic Tac Toe (#497)
Browse files Browse the repository at this point in the history
remove tic tac toe game
  • Loading branch information
nitaliano authored Oct 9, 2024
1 parent 2726950 commit 11d7c80
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 881 deletions.
7 changes: 0 additions & 7 deletions apps/bridge-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { ThemeProvider } from '@/providers/ThemeProvider'
import { HeaderLeft } from '@/components/header/HeaderLeft'
import { HeaderRight } from '@/components/header/HeaderRight'
import { NETWORK_TYPE } from '@/constants/networkType'
import { TicTacToe } from '@/routes/TicTacToe'
import { Home } from '@/routes/Home'
import { Playground } from '@/routes/Playground'
import { Toaster } from '@eth-optimism/ui-components'
Expand Down Expand Up @@ -95,11 +94,6 @@ const bridgeRoutes = [
{ path: 'withdraw', element: <Bridge action="withdrawal" /> },
]

const ticTacToeRoutes = [
{ index: true, element: <TicTacToe /> },
{ path: ':game-id', element: <TicTacToe /> },
]

const router = createBrowserRouter([
{
path: '/',
Expand All @@ -108,7 +102,6 @@ const router = createBrowserRouter([
{ index: true, element: <Home /> },
{ path: '/bridge', children: bridgeRoutes },
{ path: '/playground', children: playgroundRoutes },
{ path: '/tictactoe', children: ticTacToeRoutes },
],
},
])
Expand Down
151 changes: 0 additions & 151 deletions apps/bridge-app/src/components/dialogs/InteropGameDialogContent.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions apps/bridge-app/src/components/tictactoe/CreateGameDialog.tsx

This file was deleted.

Loading

0 comments on commit 11d7c80

Please sign in to comment.