Dynamic Imports

This commit is contained in:
Felix Kaspar
2024-01-28 21:22:59 +01:00
parent fbc921a077
commit 50ab159abe
5 changed files with 29 additions and 10 deletions

View File

@@ -67,6 +67,7 @@ export default function App() {
function Layout() {
const { t } = useTranslation();
console.log(t("inputs.pdffile.name"));
return (
<div lang-direction={t("language.direction")}>
<NavBar/>