many small fixes
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export * from "./kcContext";
|
||||
export * from "./KcContext";
|
||||
|
||||
export * from "./i18n/KcLanguageTag";
|
||||
export * from "./i18n/useKcLanguageTag";
|
||||
@ -13,4 +13,6 @@ export * from "./components/Error";
|
||||
export * from "./components/LoginResetPassword";
|
||||
export * from "./components/LoginVerifyEmail";
|
||||
|
||||
export * from "./tools/assert";
|
||||
export * from "./tools/assert";
|
||||
|
||||
export * as kcContextMock from "./kcMockContext";
|
Reference in New Issue
Block a user