Build fixes

This commit is contained in:
Darren Clarke 2023-08-07 11:54:47 +02:00
parent be835c7759
commit fc3eb1f7d9
6 changed files with 6 additions and 8 deletions

View file

@ -2,7 +2,7 @@
import { Layout as RaLayout, LayoutProps, Sidebar } from "react-admin";
import AppBar from "./AppBar";
import Menu from "./Menu";
import { Menu } from "./Menu";
import { theme } from "./themes";
const CustomSidebar = (props: any) => <Sidebar {...props} size={200} />;