mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-13 10:32:47 +00:00
changes for public use
This commit is contained in:
@@ -6,14 +6,10 @@ import Wrapper from './Wrapper';
|
||||
import Soundboard from './pages/Soundboard/Soundboard';
|
||||
import NotFound from './pages/NotFound/NotFound';
|
||||
|
||||
//pages
|
||||
import Home from './pages/Home/Home';
|
||||
|
||||
ReactDOM.render(
|
||||
<Router history={browserHistory}>
|
||||
<Route path="/" component={Wrapper}>
|
||||
<IndexRoute component={Home}/>
|
||||
<Route path="/soundboard" component={Soundboard}/>
|
||||
<IndexRoute component={Soundboard}/>
|
||||
<Route path="*" component={NotFound}/>
|
||||
</Route>
|
||||
</Router>
|
||||
|
||||
Reference in New Issue
Block a user