mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-03 21:48:18 +00:00
projects section
This commit is contained in:
@@ -5,6 +5,7 @@ import Navbar from './components/Navbar';
|
||||
import LandingSection from './components/LandingSection';
|
||||
import './i18n';
|
||||
import AboutSection from './components/AboutSection';
|
||||
import ProjectsSection from './components/ProjectsSection';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -14,6 +15,7 @@ function App() {
|
||||
<Navbar />
|
||||
<LandingSection />
|
||||
<AboutSection />
|
||||
<ProjectsSection />
|
||||
</>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user