From f9bb0d0854281d62faad2eb92a1990a217d8ade3 Mon Sep 17 00:00:00 2001 From: Rami Date: Sun, 30 Jun 2024 22:31:05 +0200 Subject: [PATCH] fix: Added simplebar styling back in --- frontend/src/components/Home/Main.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/Home/Main.tsx b/frontend/src/components/Home/Main.tsx index 3994d200..05e7e91d 100644 --- a/frontend/src/components/Home/Main.tsx +++ b/frontend/src/components/Home/Main.tsx @@ -14,6 +14,8 @@ import { useGetUserProfile, } from "@/hooks"; +import "simplebar-react/dist/simplebar.min.css"; + export const Main = () => { useGetBackendStatus(); const { data: profile, isLoading } = useGetUserProfile();