feat: update sidebar ui
This commit is contained in:
5
app/dashboard/[workspaceId]/analytics/page.tsx
Normal file
5
app/dashboard/[workspaceId]/analytics/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { redirect } from "next/navigation"
|
||||
|
||||
export default function AnalyticsPage({ params }: { params: { workspaceId: string } }) {
|
||||
redirect(`/dashboard/${params.workspaceId}/analytics/projects`)
|
||||
}
|
||||
Reference in New Issue
Block a user