add base front
This commit is contained in:
8
frontend/src/pages/Home/index.tsx
Normal file
8
frontend/src/pages/Home/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Text } from "@mantine/core";
|
||||
import { t } from "../../config/i18n";
|
||||
|
||||
export function Home() {
|
||||
return (
|
||||
<Text>{t("test")}</Text>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user