fix exports

This commit is contained in:
nflnkr 2023-08-08 14:31:27 +03:00
parent 84c7efe6b5
commit c15d17e77d
3 changed files with 3 additions and 2 deletions

@ -1,6 +1,6 @@
{
"name": "@frontend/kitui",
"version": "1.0.18",
"version": "1.0.19",
"description": "test",
"main": "index.js",
"types": "index.d.ts",

@ -1,8 +1,9 @@
export * from "./useDebounce";
export * from "./useEventListener";
export * from "./usePrivilegeFetcher";
export * from "./useSSESubscription";
export * from "./useTariffs";
export * from "./useThrottle";
export * from "./useTicketMessages";
export * from "./useTickets";
export * from "./useToken";
export * from "./useToken";