feat(calendar): add calendar to home page
This commit is contained in:
parent
758afb36b9
commit
a3e7224087
6 changed files with 39 additions and 24 deletions
|
@ -45,7 +45,7 @@ export default function Header({
|
|||
<UserDropdown />
|
||||
</span>
|
||||
</header>
|
||||
<main>{children}</main>
|
||||
<main className='max-h-full overflow-y-auto p-5'>{children}</main>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue