mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 21:06:04 +00:00
public commit
This commit is contained in:
12
app/src/ui/routes/flows_old/index.tsx
Normal file
12
app/src/ui/routes/flows_old/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Route } from "wouter";
|
||||
import { FlowsEmpty, FlowsRoot } from "./_flows.root";
|
||||
import { FlowEdit } from "./flow.$key";
|
||||
|
||||
export default function FlowRoutes() {
|
||||
return (
|
||||
<FlowsRoot>
|
||||
<Route path="/" component={FlowsEmpty} />
|
||||
<Route path="/flow/:flow" component={FlowEdit} />
|
||||
</FlowsRoot>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user