diff --git a/lib/model/index.ts b/lib/model/index.ts index f2f6f98..5a0b1a7 100644 --- a/lib/model/index.ts +++ b/lib/model/index.ts @@ -1,7 +1,7 @@ export type * from "./account"; -export type * from "./account"; export type * from "./auth"; export type * from "./cart"; +export type * from "./customTariffs"; export type * from "./discount"; export type * from "./fetchState"; export type * from "./privilege"; diff --git a/package.json b/package.json index 4c639f0..ab31548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontend/kitui", - "version": "1.0.75", + "version": "1.0.76", "description": "test", "main": "./dist/index.js", "module": "./dist/index.js",