first commit
This commit is contained in:
13
src/app/page.js
Normal file
13
src/app/page.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import Button from "@/components/ui/Button/button";
|
||||
import styles from "./page.module.css";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<Link href="/dashboard">
|
||||
<Button>press me!</Button>
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user