mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:10 +01:00
Performance sweep (#147)
This commit is contained in:
10
src-web/routes/workspaces/index.tsx
Normal file
10
src-web/routes/workspaces/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createFileRoute } from '@tanstack/react-router'
|
||||
import { RedirectToLatestWorkspace } from '../../components/RedirectToLatestWorkspace'
|
||||
|
||||
export const Route = createFileRoute('/workspaces/')({
|
||||
component: RouteComponent,
|
||||
})
|
||||
|
||||
function RouteComponent() {
|
||||
return <RedirectToLatestWorkspace />
|
||||
}
|
||||
Reference in New Issue
Block a user