Skip to content

Commit 03423e4

Browse files
Code refactoring
1 parent 92ea519 commit 03423e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/_app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useEffect } from 'react';
2-
import PropTypes from 'prop-types';
32
import AOS from 'aos';
3+
import PropTypes from 'prop-types';
44
import Head from 'next/head';
55
import CssBaseline from '@mui/material/CssBaseline';
66
import { ThemeProvider } from '@mui/material/styles';

0 commit comments

Comments
 (0)