translation (i18n)

This commit is contained in:
2023-09-01 13:52:23 +02:00
parent 579c728628
commit c6ab0cae43
9 changed files with 126 additions and 13 deletions
+1
View File
@@ -3,6 +3,7 @@ import { theme } from './theme';
import { GlobalStyles } from './components/styles/Global.styled';
import Navbar from './components/Navbar';
import LandingSection from './components/LandingSection';
import './i18n';
function App() {
return (