first commit
This commit is contained in:
6
ui/app/workspace/config/proxy/layout.tsx
Normal file
6
ui/app/workspace/config/proxy/layout.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import ProxyPage from "./page";
|
||||
|
||||
export const Route = createFileRoute("/workspace/config/proxy")({
|
||||
component: ProxyPage,
|
||||
});
|
||||
Reference in New Issue
Block a user