mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-03 21:48:18 +00:00
about me section
This commit is contained in:
@@ -4,6 +4,7 @@ import { GlobalStyles } from './components/styles/Global.styled';
|
||||
import Navbar from './components/Navbar';
|
||||
import LandingSection from './components/LandingSection';
|
||||
import './i18n';
|
||||
import AboutSection from './components/AboutSection';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -12,6 +13,7 @@ function App() {
|
||||
<GlobalStyles />
|
||||
<Navbar />
|
||||
<LandingSection />
|
||||
<AboutSection />
|
||||
</>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user