mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06:01 +00:00
public commit
This commit is contained in:
@@ -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