Spaces:
Running
Running
| import { MyProjects } from "@/components/my-projects"; | |
| export default async function HomePage() { | |
| return <MyProjects />; | |
| } | |