Files
plane/packages/ui/src/progress/index.ts
Anmol Singh Bhatia 0495678f7c chore: remove unused @plane/ui exports (#9701)
* chore: remove unused @plane/ui exports

Drop barrel symbols and source that nothing in the monorepo imported,
and drop @radix-ui/react-scroll-area with them. Keep Button source
internal for InputColorPicker.

* chore: format leftover dropdown comboButton indent
2026-08-28 00:08:27 +05:30

9 lines
248 B
TypeScript

/**
* Copyright (c) 2023-present Plane Software, Inc. and contributors
* SPDX-License-Identifier: AGPL-3.0-only
* See the LICENSE file for details.
*/
export * from "./linear-progress-indicator";
export * from "./circular-progress-indicator";