Fix retrocompat with React 16 and TypeScript 3 https://github.com/garronej/tss-react/issues/95
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { useReducer, useEffect, memo } from "react";
|
||||
import React, { useReducer, useEffect, memo } from "react";
|
||||
import type { ReactNode } from "react";
|
||||
import { getMsg, getCurrentKcLanguageTag, changeLocale, getTagLabel } from "../i18n";
|
||||
import type { KcLanguageTag } from "../i18n";
|
||||
|
Reference in New Issue
Block a user