Rename getKcContext dir to kcContext

This commit is contained in:
garronej
2023-03-16 23:02:06 +01:00
parent 4ae9bd3f9a
commit 199ba193be
34 changed files with 33 additions and 33 deletions

View File

@ -1,6 +1,6 @@
import { allPropertiesValuesToUndefined } from "./tools/allPropertiesValuesToUndefined";
import { assert } from "tsafe/assert";
import type { KcContextBase } from "./getKcContext";
import type { KcContextBase } from "./kcContext";
import type { ReactNode } from "react";
import { I18nBase } from "./i18n";