mirror of
https://github.com/makeplane/plane.git
synced 2026-08-29 10:08:51 +02:00
* 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
9 lines
248 B
TypeScript
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";
|