1
0
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:
Kushagra Gour
2024-02-28 10:35:22 +05:30
parent f0e5750543
commit 1e23ab79bc

View File

@ -14,6 +14,8 @@ export default function () {
<Router>
<App path="/" />
<App path="/creation/:itemId" />
<App path="/app/creation/:itemId" />
<App default />
</Router>
);
}