feat: update landing app with shadcnI integration
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
import { Button } from '@imphnen-frontend-service/shadcn-ui/atoms';
|
||||
|
||||
export default function Page() {
|
||||
return <></>;
|
||||
return (
|
||||
<>
|
||||
<h1 className="text-2xl underline">Hello World</h1>
|
||||
<Button>Click Me</Button>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user