We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ab5eaf + 1dd56be commit c022e3aCopy full SHA for c022e3a
1 file changed
src/App.tsx
@@ -7,7 +7,7 @@ import { useEffect, useState } from "react";
7
import { useTranslation } from "react-i18next";
8
import { t } from "i18next";
9
import { identificationSchema as nlIdentificationSchema } from "./schemas/nl/identificatie-adm";
10
-import { identificationSchema as enIdentificationSchema } from "./schemas/en/identification-adm";
+//import { identificationSchema as enIdentificationSchema } from "./schemas/en/identification-adm";
11
12
export default function App() {
13
const { i18n } = useTranslation();
0 commit comments