Upgrade to tss-react v4

This commit is contained in:
garronej
2022-09-01 15:13:24 +02:00
parent daaaed43df
commit 5b20ab2f7c
15 changed files with 99 additions and 76 deletions

View File

@ -2,7 +2,7 @@ import React, { useState, memo } from "react";
import Template from "./Template";
import type { KcProps } from "./KcProps";
import type { KcContextBase } from "../getKcContext/KcContextBase";
import { useCssAndCx } from "tss-react";
import { useCssAndCx } from "../tools/useCssAndCx";
import { useConstCallback } from "powerhooks/useConstCallback";
import type { FormEventHandler } from "react";
import type { I18n } from "../i18n";