Skip to content
Snippets Groups Projects
Commit 2ebb7c0b authored by Jacopo Gasparetto's avatar Jacopo Gasparetto
Browse files

Add user name to drawer

parent b260ee9d
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,9 @@ import { Drawer } from "./Drawer";
import { Title } from "./Title";
type Props = {
user?: string,
title: string,
[children:string]: any
[children: string]: any
};
export const Page = (props: Props) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment