mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Small fixes.
This commit is contained in:
parent
5536e0b7e7
commit
efd4f4ca00
31 changed files with 621 additions and 586 deletions
|
|
@ -1,5 +1,13 @@
|
|||
import { Board } from './Board';
|
||||
import { Column, Heading } from '@umami/react-zen';
|
||||
import Link from 'next/link';
|
||||
|
||||
export function BoardsPage() {
|
||||
return <Board />;
|
||||
return (
|
||||
<Column>
|
||||
<Heading>My Boards</Heading>
|
||||
<Link href="/teams/3a97e34a-7f9d-4de2-8754-ed81714b528d/boards/86d4095c-a2a8-4fc8-9521-103e858e2b41">
|
||||
Board 1
|
||||
</Link>
|
||||
</Column>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue