mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 17:50:09 +02:00
add routes
This commit is contained in:
@@ -14,6 +14,8 @@ export default function () {
|
|||||||
<Router>
|
<Router>
|
||||||
<App path="/" />
|
<App path="/" />
|
||||||
<App path="/creation/:itemId" />
|
<App path="/creation/:itemId" />
|
||||||
|
<App path="/app/creation/:itemId" />
|
||||||
|
<App default />
|
||||||
</Router>
|
</Router>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user