Skip to content

Commit

Permalink
undo last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoseneca authored Jun 7, 2024
1 parent 596042e commit c75981e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/prop-house-webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ 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 @@ -151,6 +152,7 @@ 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 c75981e

Please sign in to comment.