We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17faa1 commit d1d6ebeCopy full SHA for d1d6ebe
src/layout/Sidebar.js
@@ -11,14 +11,14 @@ import HelpIcon from '@mui/icons-material/HelpOutlineOutlined';
11
import { useTheme } from '@mui/material/styles';
12
import { deepPurple } from '@mui/material/colors';
13
14
-import CustomButton from '../components/CustomButton';
15
-
16
// Font Awesome Icon
17
import { library } from '@fortawesome/fontawesome-svg-core';
18
import { faCoins } from '@fortawesome/free-solid-svg-icons';
19
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
20
library.add(faCoins);
21
+import CustomButton from '../components/CustomButton';
+
22
const Sidebar = ({ open, onClose }) => {
23
const theme = useTheme();
24
0 commit comments