Skip to content

Commit

Permalink
fix: remove payment modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Mar 12, 2024
1 parent da229db commit 76122d3
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 859 deletions.
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { BrowserRouter as Router, Route, Routes } from 'react-router-dom';
import FormProvider from './components/Payment-steps/contexts/StepperContex';
import ScrollToTop from './components/ScrollToTop';
import TicketsProvider from './hook/ticketsContext';
import './index.css';
Expand All @@ -13,7 +12,6 @@ function App() {
return (
<div className="min-h-screen">
<TicketsProvider>
<FormProvider>
<TraineesProvider>
<Router>
<ScrollToTop>
Expand All @@ -24,7 +22,6 @@ function App() {
</ScrollToTop>
</Router>
</TraineesProvider>
</FormProvider>
</TicketsProvider>
</div>
);
Expand Down
3 changes: 0 additions & 3 deletions src/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import AdminLogin from './pages/Organization/AdminLogin';
import Perfomancetraineetable from './components/TraineePerformance';
import Error from './pages/Error';
import Noredirect from './pages/Noredirect';
import Pay from './components/Payment';
import ProtectedRoutes from './ProtectedRoute';

function MainRoutes() {
Expand All @@ -28,8 +27,6 @@ function MainRoutes() {
}
/>
<Route path="/pricing" element={<Pricing />} />
<Route path="/pricing-form" element={<Pay />} />
<Route path="/pricing-form" element={<Pay />} />
<Route
path="/users/login"
element={
Expand Down
13 changes: 0 additions & 13 deletions src/components/Payment-steps/ErrorDisplay.tsx

This file was deleted.

113 changes: 0 additions & 113 deletions src/components/Payment-steps/Steper.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions src/components/Payment-steps/contexts/StepperContex.tsx

This file was deleted.

Loading

0 comments on commit 76122d3

Please sign in to comment.