Implement entrypoint

This commit is contained in:
Joseph Garrone
2021-03-03 00:04:06 +01:00
parent 43c412405a
commit 379f052e6e
2 changed files with 27 additions and 1 deletions

View File

@ -6,4 +6,5 @@ export * from "./i18n/useKcTranslation";
export * from "./components/KcProperties";
export * from "./components/Login";
export * from "./components/Template";
export * from "./components/Template";
export * from "./components/KcApp";