summaryrefslogtreecommitdiff
path: root/app/page.tsx
blob: a44da7b9918bd8e361b0e1248289c2bbf5053269 (plain)
1
2
3
4
5
6
import { Geshem } from "@/app/components/Geshem";
export default function Home() {
  return (
    <Geshem />
  );
}