File size: 126 Bytes
813f0e0
c10f8f8
813f0e0
 
c10f8f8
1
2
3
4
5
6
import { MyProjects } from "@/components/my-projects";

export default async function HomePage() {
  return <MyProjects />;
}