Skip to content

Commit ee51958

Browse files
Code refactoring
1 parent ee76aff commit ee51958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import CssBaseline from '@mui/material/CssBaseline';
77
// Components
88
import Layout from './layout/Layout';
99
import Home from './pages/Home';
10-
import getTheme from './theme/theme';
1110
import ColorModeContext from './utils/ColorModeContext';
11+
import getTheme from './theme/theme';
1212

1313
const App = (): JSX.Element => {
1414
const [mode, setMode] = useState('dark');

0 commit comments

Comments
 (0)