add image and artifact stores

This commit is contained in:
Xuu
2020-09-04 17:18:58 -06:00
parent a55162b6b4
commit 61e4b82e84
18 changed files with 2090 additions and 224 deletions

View File

@@ -30,11 +30,11 @@ componentDidMount() {
render() {
const {api, name} = this.state;
return (
<BrowserRouter>
<BrowserRouter basename={'/ui'}>
<React.Fragment key={1}>
<section className="container-responsive">
<Switch>
<Route path="/" component={Paste} />
<Route path={`/`} component={Paste} />
</Switch>
</section>