Rename missnamed components

This commit is contained in:
garronej 2023-04-15 22:40:41 +02:00
parent a4d30067fd
commit 8c8eef22ce
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ const classes: PageProps<any, any>["classes"] = {
"kcHeaderWrapperClass": "my-color my-font"
};
export default function App(props: { kcContext: KcContext; }) {
export default function KcApp(props: { kcContext: KcContext; }) {
const { kcContext } = props;