Skip to content

Commit 8e0640c

Browse files
author
MahalakshmiPFW
committed
update 1 file and delete 1 file
1 parent 494e8c1 commit 8e0640c

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

src/App.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { ThemeProvider } from './contexts/ThemeContext';
66
import Navbar from './components/Navbar';
77
import Hero from './components/Hero';
88
import Skills from './components/Skills';
9-
import Causes from './components/Causes';
109
import DecorativeElement from './components/DecorativeElement';
1110
const About = React.lazy(() => import('./components/About'));
1211
const Projects = React.lazy(() => import('./components/Projects'));
@@ -52,7 +51,6 @@ function App() {
5251
<About />
5352
</Suspense>
5453
</LazySection>
55-
<Causes />
5654
<DecorativeElement type="music-note" position="left" />
5755
<LazySection>
5856
<Suspense fallback={null}>

src/components/Causes.jsx

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

0 commit comments

Comments
 (0)