Skip to content

Commit

Permalink
remove-files
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Sep 14, 2023
1 parent 79ec734 commit 642021f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 601 deletions.
3 changes: 1 addition & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import CodeStorm from "./Pages/Events/GTA/CodeStorm/CodeStorm";
import KKEMLearningFest from "./Pages/KKEMLearningFest/KKEMLearningFest";

import MaveliPortfolio from "./Pages/Events/MaveliPortfolio/MaveliPortfolio";
import KKEMEventTemplate from "./Pages/Events/KKEMEventTemplate/KKEMEventTemplate";
function App() {
const [redirects, setRedirects] = useState([]);
const [isLoaded, setIsLoaded] = useState(false);
Expand Down Expand Up @@ -116,7 +115,7 @@ function App() {
<Route path="events/learningfest" element={<KKEMLearningFest />} />
<Route path="/keralatechfest" element={<KKEMLearningFest />} />
<Route path="/maveliportfolio" element={<MaveliPortfolio />} />
<Route path="/events/beyondus" element={<KKEMEventTemplate />} />

<Route path="/team">
<Route path="" element={<Teams />} />
</Route>
Expand Down
42 changes: 0 additions & 42 deletions src/Pages/Events/KKEMEventTemplate/Components/Card.jsx

This file was deleted.

90 changes: 0 additions & 90 deletions src/Pages/Events/KKEMEventTemplate/Components/Card.module.css

This file was deleted.

121 changes: 0 additions & 121 deletions src/Pages/Events/KKEMEventTemplate/KKEMEventTemplate.jsx

This file was deleted.

Loading

0 comments on commit 642021f

Please sign in to comment.