[WEB-4223] fix: remove build process from utils package #7138

This commit is contained in:
sriram veeraghanta 2025-05-30 18:48:18 +05:30 committed by GitHub
parent 41c2aefad4
commit 322af8c436
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 29 deletions

View file

@ -1,19 +1,16 @@
export * from "./array";
export * from "./attachment";
export * from "./auth";
export * from "./datetime";
export * from "./color";
export * from "./common";
export * from "./datetime";
export * from "./emoji";
export * from "./file";
export * from "./get-icon-for-link";
export * from "./issue";
export * from "./state";
export * from "./string";
export * from "./theme";
export * from "./workspace";
export * from "./work-item";
export * from "./get-icon-for-link";
export * from "./subscription";
export * from "./theme";
export * from "./work-item";
export * from "./workspace";