Inport specific powerhooks files to reduce bundle size

This commit is contained in:
garronej
2021-07-21 22:10:28 +02:00
parent 2688aefdfb
commit 05c98eb074
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
import { createUseGlobalState } from "powerhooks";
import { createUseGlobalState } from "powerhooks/useGlobalState";
import { getKcContext } from "../getKcContext";
import { getBestMatchAmongKcLanguageTag } from "./KcLanguageTag";
import type { StatefulEvt } from "powerhooks";