feat: initialize aivideo project
This commit is contained in:
6
frontend-web/src/app/page.tsx
Normal file
6
frontend-web/src/app/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function HomePage() {
|
||||
redirect("/workspace/create");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user