mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-19 22:53:08 +00:00
Merge remote-tracking branch 'upstream/feature/v0.14.0rc-1768981697539-gg62' into feature/unified-sidebar
# Conflicts: # apps/server/src/index.ts # apps/ui/src/components/layout/sidebar/components/sidebar-footer.tsx # libs/types/src/index.ts
This commit is contained in:
6
apps/ui/src/routes/overview.tsx
Normal file
6
apps/ui/src/routes/overview.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import { OverviewView } from '@/components/views/overview-view';
|
||||
|
||||
export const Route = createFileRoute('/overview')({
|
||||
component: OverviewView,
|
||||
});
|
||||
Reference in New Issue
Block a user