9 lines
154 B
TypeScript
9 lines
154 B
TypeScript
import { Button } from "@repo/ui/button";
|
|
import styles from "./page.module.css";
|
|
|
|
export default function Home() {
|
|
return (
|
|
<div>Test</div>
|
|
);
|
|
}
|