first commit
This commit is contained in:
9
frontend/app/home/projects/page.tsx
Normal file
9
frontend/app/home/projects/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function Project() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Project</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user