feat(frontend): migrated old > new silo adjustments
moved the apps around so we can use 1 url for cors bs
This commit is contained in:
9
frontend/src/routes/_app/_adminLayout/admin/servers.tsx
Normal file
9
frontend/src/routes/_app/_adminLayout/admin/servers.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
|
||||
export const Route = createFileRoute('/_app/_adminLayout/admin/servers')({
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
function RouteComponent() {
|
||||
return <div>Hello "/_adminLayout/admin/servers"!</div>
|
||||
}
|
||||
Reference in New Issue
Block a user