Skip to content

Commit d1d6ebe

Browse files
Code refactoring
1 parent e17faa1 commit d1d6ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layout/Sidebar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ import HelpIcon from '@mui/icons-material/HelpOutlineOutlined';
1111
import { useTheme } from '@mui/material/styles';
1212
import { deepPurple } from '@mui/material/colors';
1313

14-
import CustomButton from '../components/CustomButton';
15-
1614
// Font Awesome Icon
1715
import { library } from '@fortawesome/fontawesome-svg-core';
1816
import { faCoins } from '@fortawesome/free-solid-svg-icons';
1917
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
2018
library.add(faCoins);
2119

20+
import CustomButton from '../components/CustomButton';
21+
2222
const Sidebar = ({ open, onClose }) => {
2323
const theme = useTheme();
2424

0 commit comments

Comments
 (0)