From 354a1dc75ef09cc6e30f777ddb6b0bf4d17d0adc Mon Sep 17 00:00:00 2001 From: Ivan Stasiuk Date: Tue, 17 Sep 2024 23:06:30 +0100 Subject: [PATCH] fix: BaseLayout --- packages/ui/src/components/BaseLayout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/BaseLayout/index.tsx b/packages/ui/src/components/BaseLayout/index.tsx index 767fd2a..eb53aba 100644 --- a/packages/ui/src/components/BaseLayout/index.tsx +++ b/packages/ui/src/components/BaseLayout/index.tsx @@ -9,7 +9,7 @@ interface LayoutProps { navigation?: React.ReactNode } -export const Layout = ({ children, navigation }: LayoutProps) => { +export const BaseLayout = ({ children, navigation }: LayoutProps) => { const [mobileNavigationActive, setMobileNavigationActive] = useState(false) const logo = {