Skip to content

Commit 79b93b0

Browse files
committed
edit import typo
1 parent 67075a0 commit 79b93b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SmoothScroll.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import Aos from 'locomotive-aos';
4343
import './styles/Aos.css'; // Import AOS styles
4444
import 'locomotive-scroll/dist/locomotive-scroll.css';
4545
import Header from './components/Header';
46-
import '../styles/ScrollBar.css';
46+
import './styles/ScrollBar.css';
4747

4848
const SmoothScroll = () => {
4949
useEffect(() => {

0 commit comments

Comments
 (0)