mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
refactor: introduce new estimate, billing, and notification card components while updating import paths across various modules
This commit is contained in:
8
apps/web/ce/components/estimates/index.ts
Normal file
8
apps/web/ce/components/estimates/index.ts
Normal 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";
|
||||
@@ -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";
|
||||
7
apps/web/ce/components/workspace/billing/index.ts
Normal file
7
apps/web/ce/components/workspace/billing/index.ts
Normal 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";
|
||||
@@ -5,4 +5,3 @@
|
||||
*/
|
||||
|
||||
export * from "./invite-modal";
|
||||
export * from "./members-activity-button";
|
||||
|
||||
Reference in New Issue
Block a user