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