From 33af008fa77f1b0c7f59d6a5d66e5fcee1ed7f60 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 6 Oct 2020 14:58:38 -0300 Subject: [PATCH] Adding HeadlessUI --- components/core/Layout/Layout.tsx | 8 +++---- components/ui/Sidebar/Sidebar.tsx | 40 +++++++++++++++++++++++-------- package.json | 1 + yarn.lock | 5 ++++ 4 files changed, 39 insertions(+), 15 deletions(-) diff --git a/components/core/Layout/Layout.tsx b/components/core/Layout/Layout.tsx index b0eeff188..98efa3824 100644 --- a/components/core/Layout/Layout.tsx +++ b/components/core/Layout/Layout.tsx @@ -28,11 +28,9 @@ const CoreLayout: FC = ({ className, children }) => {
{children}