import { PinView } from "@/app/components/pin/pin-view";

export default function PinPage() {
  return <PinView />;
}
