Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing duplicate files #185

Merged
merged 4 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.15",
"@hookform/resolvers": "^3.3.2",
"@hookstate/core": "^4.0.1",
"@material-tailwind/react": "^2.1.9",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query-devtools": "^5.24.0",
"axios": "^1.6.1",
"date-fns": "^2.30.0",
"html-react-parser": "^5.0.6",
"million": "^3.0.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -62,6 +60,7 @@
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.4.5",
"vite": "^5.0.0"
},
"lint-staged": {
Expand Down
1 change: 0 additions & 1 deletion src/APP/components/Button.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { Link } from "react-router-dom";

import { arrowRight } from "@/assets/images/icons";

function Button({ link, title }) {
return (
Expand Down
1 change: 0 additions & 1 deletion src/APP/components/GoBackBtn.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { NavLink } from "react-router-dom";

import { arrowRight } from "@/assets/images/icons";

function GoBackBtn() {
return (
Expand Down
19 changes: 0 additions & 19 deletions src/APP/components/ViewMoreBtn.jsx

This file was deleted.

108 changes: 0 additions & 108 deletions src/APP/components/admin/AdminHeader.jsx

This file was deleted.

15 changes: 0 additions & 15 deletions src/APP/components/admin/AdminLayout.jsx

This file was deleted.

54 changes: 0 additions & 54 deletions src/APP/pages/events/sections/SearchSection.jsx

This file was deleted.

15 changes: 1 addition & 14 deletions src/APP/pages/landingPage/data.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
/* eslint-disable import/extensions */
/* eslint-disable import/no-unresolved */
import {
ctfroom,
DevOps,
Propel,
moringa,
chimoney,
Kushite,
osca,
cytonn,
reactke,
gdg,
spheron,
mastercraft,
} from "@/assets/images/hero-section";


import {
RichardMulandi,
Expand Down
50 changes: 25 additions & 25 deletions src/assets/images/aboutPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,32 @@ import SYTHero from "./SYT-hero.png";
import vision from "./vision-bg.png";

export {
aaron,
emmy,
pamela,
catherine,
temitayo,
belinda,
// aaron,
// emmy,
// pamela,
// catherine,
// temitayo,
// belinda,
robert,
fred,
hudson,
ian,
james,
juma,
marlyn,
murabula,
dave,
kasyoki,
rizwan,
raymond,
hellen,
sharon,
waithaka,
about1,
about2,
buildComm,
mission,
vision,
// fred,
// hudson,
// ian,
// james,
// juma,
// marlyn,
// murabula,
// dave,
// kasyoki,
// rizwan,
// raymond,
// hellen,
// sharon,
// waithaka,
// about1,
// about2,
// buildComm,
// mission,
// vision,
heroImg,
SYTHero,
LittleMore,
Expand Down
24 changes: 12 additions & 12 deletions src/assets/images/blogs-page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ import search from "./search.png";
import thumbsUp from "./thumbsUp.svg";

export {
search,
blog1,
advert,
glovo,
iphone,
arrowRight,
chatText,
Ellipse30,
thumbsUp,
eye,
reply,
featured,
// search,
// blog1,
// advert,
// glovo,
// iphone,
// arrowRight,
// chatText,
// Ellipse30,
// thumbsUp,
//eye,
//reply,
// featured,
plasma,
};
Loading