Mega UI revamp

This commit is contained in:
akhisud3195 2025-03-27 18:52:17 +05:30 committed by Ramnique Singh
parent 650f481a96
commit bcb686a20d
94 changed files with 6984 additions and 3889 deletions

View file

@ -1,5 +1,5 @@
import App from "./app";
import { redirect } from 'next/navigation';
export default function Page() {
return <App />
}
redirect('/projects/select');
}