Embed static assets with go-bindata
This commit is contained in:
parent
883ff2b081
commit
891f7b2f10
597
bindata.go
Normal file
597
bindata.go
Normal file
File diff suppressed because one or more lines are too long
@ -32,6 +32,6 @@ var routes = (
|
||||
</Route>
|
||||
);
|
||||
|
||||
Router.run(routes, Router.HistoryLocation, function(Handler) {
|
||||
Router.run(routes, Router.HistoryLocation, (Handler) => {
|
||||
React.render(<Handler />, document.body);
|
||||
});
|
Loading…
Reference in New Issue
Block a user