Styles

Global styles are centralized in one place and can be added in src/app/globals.css. Any new global styles should be added there.

src/main.tsx
/* simpebar styles */
import 'simplebar-react/dist/simplebar.min.css';

Last updated