Skip to content

Commit

Permalink
fix: Added simplebar styling back in
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Jun 30, 2024
1 parent 5b30a37 commit f9bb0d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/Home/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import {
useGetUserProfile,
} from "@/hooks";

import "simplebar-react/dist/simplebar.min.css";

export const Main = () => {
useGetBackendStatus();
const { data: profile, isLoading } = useGetUserProfile();
Expand Down

0 comments on commit f9bb0d0

Please sign in to comment.