We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494e8c1 commit 8e0640cCopy full SHA for 8e0640c
src/App.js
@@ -6,7 +6,6 @@ import { ThemeProvider } from './contexts/ThemeContext';
6
import Navbar from './components/Navbar';
7
import Hero from './components/Hero';
8
import Skills from './components/Skills';
9
-import Causes from './components/Causes';
10
import DecorativeElement from './components/DecorativeElement';
11
const About = React.lazy(() => import('./components/About'));
12
const Projects = React.lazy(() => import('./components/Projects'));
@@ -52,7 +51,6 @@ function App() {
52
51
<About />
53
</Suspense>
54
</LazySection>
55
- <Causes />
56
<DecorativeElement type="music-note" position="left" />
57
<LazySection>
58
<Suspense fallback={null}>
src/components/Causes.jsx
0 commit comments