change dashboard layout
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import styles from "@/app/styles/page.module.scss";
|
||||
import { Metadata } from 'next';
|
||||
import Link from 'next/link';
|
||||
import { useTranslations } from 'next-intl';
|
||||
@@ -11,12 +10,8 @@ export default function Home() {
|
||||
const t = useTranslations('HomePage');
|
||||
|
||||
return (
|
||||
<div className={styles.page}>
|
||||
<main className={styles.main}>
|
||||
<div className={styles.intro}>
|
||||
Home page
|
||||
{t('title')}
|
||||
</div>
|
||||
<div>
|
||||
<main>
|
||||
<Link key={'dashboard'}
|
||||
href={'/pages/dashboard'}
|
||||
>dash board</Link>
|
||||
|
||||
Reference in New Issue
Block a user