Skip to content

Commit

Permalink
Merge branch 'HITK-TECH-Community:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BHS-Harish authored Aug 6, 2024
2 parents 320d8ed + 9b01752 commit 7a6abd0
Show file tree
Hide file tree
Showing 8 changed files with 421 additions and 413 deletions.
3 changes: 0 additions & 3 deletions frontend/src/pages/Admin/Admin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { END_POINT } from "../../config/api";
import { useDispatch } from "react-redux";
import { ManageFaq } from "./Components/Faq/ManageFaq";
import { QandA } from "./Components/Faq/Q&A/QandA";
import { Manageqa } from "./Components/Faq/Q&A/ManageQ&A/ManageQ&A";
import { Testimonial } from "./Components/Testimonial";
import { AddTestimonial } from "./Components/Testimonial/AddTestimonial";
import { ManageTestimonial } from "./Components/Testimonial/ManageTestimonial";
Expand Down Expand Up @@ -261,8 +260,6 @@ export const Admin = (props) => {
<ManageBroadcasts />
) : tab === 18 ? (
<QandA setQId={setQId} setTab={setTab} tab={tab} />
) : tab === 19 ? (
<Manageqa qId={qId} setTab={setTab} />
) : tab === 20 ? (
<Testimonial setTab={setTab} />
) : tab === 21 ? (
Expand Down
199 changes: 0 additions & 199 deletions frontend/src/pages/Admin/Components/Faq/Q&A/ManageQ&A/ManageQ&A.jsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7a6abd0

Please sign in to comment.