index
:
gameHolster
dev
main
-
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
react-frontend
/
src
/
App.tsx
blob: 92de410fcb727c45cbbc93a09e6a065d4f280e98 (
plain
)
1
2
3
4
5
import Routes from "./routes" export default function App() { return (<Routes />); }