Fix build

This commit is contained in:
Joseph Garrone
2024-06-05 22:48:13 +02:00
parent 4c423900d4
commit d9345396e8
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
import React from "react";
import Fallback from "../../dist/account/Fallback";
import type { KcContext } from "./kcContext";
import type { KcContext } from "./KcContext";
import { useI18n } from "./i18n";
import Template from "../../dist/account/Template";