Avoir introducing breaking changes for CSS only setup

This commit is contained in:
garronej
2023-02-25 19:19:46 +01:00
parent 837501c948
commit 37073b42be
38 changed files with 42 additions and 53 deletions

View File

@ -1,6 +1,6 @@
import React, { useEffect, Fragment } from "react";
import type { KcProps } from "../../KcProps";
import type { Attribute } from "../../kcContext/KcContextBase";
import type { Attribute } from "../../getKcContext/KcContextBase";
import { clsx } from "../../tools/clsx";
import type { ReactComponent } from "../../tools/ReactComponent";
import { useCallbackFactory } from "../../tools/useCallbackFactory";