File tree Expand file tree Collapse file tree 4 files changed +2
-14
lines changed
Expand file tree Collapse file tree 4 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import CruciblePage from './pages/CruciblePage';
77import Footer from './components/Footer' ;
88import JoinPage from './pages/JoinPage' ;
99import PrivacyPolicyPage from './pages/PrivacyPolicy' ;
10- import ScrollToTop from './components/ScrollToTop ' ;
10+ import ScrollToTop from './components/ScrollTop ' ;
1111import TermsAndConditionsPage from './pages/TermsAndConditions' ;
1212
1313
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom/client'
33import App from './App.jsx'
44import './index.css'
55import { BrowserRouter } from 'react-router-dom' ;
6- import ScrollToTop from './components/ScrollToTop .jsx' ;
6+ import ScrollToTop from './components/ScrollTop .jsx' ;
77ReactDOM . createRoot ( document . getElementById ( 'root' ) ) . render (
88 < React . StrictMode >
99 < BrowserRouter >
You can’t perform that action at this time.
0 commit comments