Skip to content

Commit 8e72fec

Browse files
authored
Merge pull request codeharborhub#2928 from CodeHarborHub/revert-2837-main
Revert "Added Preloader"
2 parents 26c2d15 + 98b071c commit 8e72fec

File tree

5 files changed

+0
-71
lines changed

5 files changed

+0
-71
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"fontawesome": "^5.6.3",
5050
"framer-motion": "^11.2.10",
5151
"joi": "^17.12.1",
52-
"lottie-react": "^2.4.0",
5352
"passport": "^0.7.0",
5453
"passport-github": "^1.1.0",
5554
"prism-react-renderer": "^2.3.1",

src/components/Preloader/Preloader.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/Preloader/custom.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/components/Preloader/index.tsx

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/pages/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import "swiper/css/navigation";
2121
import "swiper/css/pagination";
2222
import { Swiper, SwiperSlide } from "swiper/react";
2323
import { Navigation, Pagination, Autoplay } from "swiper/modules";
24-
import Preloader from '../components/Preloader';
2524

2625
function TweetsSection() {
2726
const tweetColumns = [[], [], []];
@@ -142,7 +141,6 @@ export default function Home() {
142141

143142
<ScrollTopToButton />
144143
<ScrollBottomToTop />
145-
<Preloader />
146144
</main>
147145
</Layout>
148146
);

0 commit comments

Comments
 (0)