import { Button } from '@imphnen-frontend-service/shadcn-ui/atoms'; export default function Page() { return ( <>

Hello World

); }