We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67075a0 commit 79b93b0Copy full SHA for 79b93b0
src/SmoothScroll.jsx
@@ -43,7 +43,7 @@ import Aos from 'locomotive-aos';
43
import './styles/Aos.css'; // Import AOS styles
44
import 'locomotive-scroll/dist/locomotive-scroll.css';
45
import Header from './components/Header';
46
-import '../styles/ScrollBar.css';
+import './styles/ScrollBar.css';
47
48
const SmoothScroll = () => {
49
useEffect(() => {
0 commit comments