Skip to content

Commit

Permalink
remove /create-round path
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoseneca authored Jun 7, 2024
1 parent ba0ea50 commit 596042e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/prop-house-webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
} from '@rainbow-me/rainbowkit';
import { PropHouseProvider, ipfs } from '@prophouse/sdk-react';
import '@rainbow-me/rainbowkit/styles.css';
import CreateRound from './pages/CreateRound';
import MainApp from './pages/MainApp';
import RoundOrHouseRouter from './components/RoundOrHouseRouter';
import bgColorFor, { BgColorElement } from './utils/bgColorFor';
Expand Down Expand Up @@ -152,7 +151,6 @@ function App() {
path="/create-prop"
element={showCreatePropPage ? <CreateProp /> : <MainApp />}
/>
<Route path="/create-round" element={<CreateRound />} />
<Route path="/dashboard" element={<Dashboard />} />
<Route path="/houses" element={<Communities />} />
<Route path="*" element={<NotFound />} />
Expand Down

0 comments on commit 596042e

Please sign in to comment.