refactor: introduce new estimate, billing, and notification card components while updating import paths across various modules

This commit is contained in:
Atul Tameshwari
2026-06-17 17:00:23 +05:30
parent bc3cd8a8bc
commit 62bdc807a8
4 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/**
* Copyright (c) 2023-present Plane Software, Inc. and contributors
* SPDX-License-Identifier: AGPL-3.0-only
* See the LICENSE file for details.
*/
export * from "@/components/estimates";
export * from "@/components/estimates/points/delete";

View File

@@ -0,0 +1,7 @@
/**
* Copyright (c) 2023-present Plane Software, Inc. and contributors
* SPDX-License-Identifier: AGPL-3.0-only
* See the LICENSE file for details.
*/
export * from "@/components/workspace-notifications/notification-card/content";

View File

@@ -0,0 +1,7 @@
/**
* Copyright (c) 2023-present Plane Software, Inc. and contributors
* SPDX-License-Identifier: AGPL-3.0-only
* See the LICENSE file for details.
*/
export * from "@/components/workspace/billing";

View File

@@ -5,4 +5,3 @@
*/
export * from "./invite-modal";
export * from "./members-activity-button";