Skip to content

Commit

Permalink
Revert "Added Preloader (#515)" (#528)
Browse files Browse the repository at this point in the history
This reverts commit 8fbb271.
  • Loading branch information
codewarnab authored Jul 16, 2024
1 parent 8fbb271 commit 75274af
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 69 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"firebase": "^10.12.2",
"leaflet": "^1.9.4",
"leaflet.heat": "^0.2.0",
"lottie-react": "^2.4.0",
"merge": "^2.1.1",
"moment": "^2.30.1",
"react": "^18.2.0",
Expand Down
8 changes: 0 additions & 8 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ import { Donationfront } from './pages/user/Donation/Donationfront/Donationfront
import requestPermission from './utils/Functions/notifyService';
import TeamPage from './pages/shared/team';
import NotFound from './Components/shared/PageNotfound';
import Preloader from './Components/shared/preloader/preloader';
import Feedback from './pages/user/ReportIncidentPages/FeedbackForm/Feedback';
import RecoveredsPage from './pages/user/RecoveredsPage/RecoveredsPage';
import HappyRecoveriesPage from './pages/user/RecoveredsPage/HappyRecoveriesPage';


/**
* The main component of the application.
* @returns {JSX.Element} The rendered App component.
Expand Down Expand Up @@ -75,9 +69,7 @@ function App() {

</UserProvider>
</Router>
<Preloader />
</div>

);
}

Expand Down
30 changes: 0 additions & 30 deletions src/Components/shared/preloader/preloader.css

This file was deleted.

1 change: 0 additions & 1 deletion src/Components/shared/preloader/preloader.json

This file was deleted.

29 changes: 0 additions & 29 deletions src/Components/shared/preloader/preloader.jsx

This file was deleted.

0 comments on commit 75274af

Please sign in to comment.