Skip to content

Commit

Permalink
Kid's wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
sbddesign committed May 8, 2022
1 parent ee40f17 commit dacca5e
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 1 deletion.
111 changes: 111 additions & 0 deletions frontend/public/brontosaurus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
118 changes: 118 additions & 0 deletions frontend/public/spinosaurus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {ContactsIcon, CrossIcon, GearIcon, MenuIcon} from '@bitcoin-design/bitco
import {ChartSquareBarIcon} from '@heroicons/react/solid';
import NewFamily from './routes/NewFamily';
import Invite from './routes/Invite';
import Kid from './routes/Kid';

const Child = {};

Expand Down Expand Up @@ -70,6 +71,7 @@ function App() {
</Route>
<Route path="family" element={<Family />} />
<Route path="family/:account" element={<Account />} />
<Route path="family/:account/kid" element={<Kid />} />
</Routes>
</div>
);
Expand Down
Loading

0 comments on commit dacca5e

Please sign in to comment.