feat: init
This commit is contained in:
2
apps/web/ee/components/active-cycles/index.ts
Normal file
2
apps/web/ee/components/active-cycles/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./root";
|
||||
export * from "./workspace-active-cycles-upgrade";
|
||||
1
apps/web/ee/components/active-cycles/root.tsx
Normal file
1
apps/web/ee/components/active-cycles/root.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/active-cycles/root";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/active-cycles/workspace-active-cycles-upgrade";
|
||||
1
apps/web/ee/components/app-rail/index.ts
Normal file
1
apps/web/ee/components/app-rail/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/app-rail";
|
||||
1
apps/web/ee/components/command-palette/modals/index.ts
Normal file
1
apps/web/ee/components/command-palette/modals/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/command-palette/modals";
|
||||
1
apps/web/ee/components/comments/index.ts
Normal file
1
apps/web/ee/components/comments/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/comments";
|
||||
1
apps/web/ee/components/common/extended-app-header.tsx
Normal file
1
apps/web/ee/components/common/extended-app-header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/common/extended-app-header";
|
||||
1
apps/web/ee/components/common/index.ts
Normal file
1
apps/web/ee/components/common/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./extended-app-header";
|
||||
1
apps/web/ee/components/cycles/active-cycle/index.ts
Normal file
1
apps/web/ee/components/cycles/active-cycle/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/cycles/active-cycle";
|
||||
1
apps/web/ee/components/cycles/analytics-sidebar/index.ts
Normal file
1
apps/web/ee/components/cycles/analytics-sidebar/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/cycles/analytics-sidebar";
|
||||
1
apps/web/ee/components/cycles/end-cycle/index.ts
Normal file
1
apps/web/ee/components/cycles/end-cycle/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/cycles/end-cycle";
|
||||
4
apps/web/ee/components/cycles/index.ts
Normal file
4
apps/web/ee/components/cycles/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from "./active-cycle";
|
||||
export * from "./analytics-sidebar";
|
||||
export * from "./end-cycle";
|
||||
export * from "ce/components/cycles/additional-actions";
|
||||
1
apps/web/ee/components/editor/index.ts
Normal file
1
apps/web/ee/components/editor/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/editor";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/estimate-list-item-buttons";
|
||||
3
apps/web/ee/components/estimates/index.ts
Normal file
3
apps/web/ee/components/estimates/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from "./estimate-list-item-buttons";
|
||||
export * from "./update";
|
||||
export * from "./points";
|
||||
1
apps/web/ee/components/estimates/points/delete.tsx
Normal file
1
apps/web/ee/components/estimates/points/delete.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/points/delete";
|
||||
1
apps/web/ee/components/estimates/points/index.ts
Normal file
1
apps/web/ee/components/estimates/points/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./delete";
|
||||
1
apps/web/ee/components/estimates/update/index.ts
Normal file
1
apps/web/ee/components/estimates/update/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./modal";
|
||||
1
apps/web/ee/components/estimates/update/modal.tsx
Normal file
1
apps/web/ee/components/estimates/update/modal.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/update/modal";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/gantt-chart/blocks/block-row-list";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/gantt-chart/blocks/blocks-list";
|
||||
1
apps/web/ee/components/gantt-chart/index.ts
Normal file
1
apps/web/ee/components/gantt-chart/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/gantt-chart";
|
||||
1
apps/web/ee/components/global/index.ts
Normal file
1
apps/web/ee/components/global/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/global";
|
||||
1
apps/web/ee/components/home/header.tsx
Normal file
1
apps/web/ee/components/home/header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export const HomePageHeader = () => <></>;
|
||||
1
apps/web/ee/components/home/index.ts
Normal file
1
apps/web/ee/components/home/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/home";
|
||||
1
apps/web/ee/components/inbox/source-pill.tsx
Normal file
1
apps/web/ee/components/inbox/source-pill.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/inbox/source-pill";
|
||||
1
apps/web/ee/components/instance/index.ts
Normal file
1
apps/web/ee/components/instance/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/instance";
|
||||
1
apps/web/ee/components/instance/maintenance-message.tsx
Normal file
1
apps/web/ee/components/instance/maintenance-message.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/instance/maintenance-message";
|
||||
1
apps/web/ee/components/pages/index.ts
Normal file
1
apps/web/ee/components/pages/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/pages";
|
||||
1
apps/web/ee/components/projects/create/attributes.tsx
Normal file
1
apps/web/ee/components/projects/create/attributes.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/create/attributes";
|
||||
1
apps/web/ee/components/projects/create/root.tsx
Normal file
1
apps/web/ee/components/projects/create/root.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/create/root";
|
||||
1
apps/web/ee/components/projects/header.tsx
Normal file
1
apps/web/ee/components/projects/header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/header";
|
||||
1
apps/web/ee/components/projects/mobile-header.tsx
Normal file
1
apps/web/ee/components/projects/mobile-header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/mobile-header";
|
||||
1
apps/web/ee/components/projects/page.tsx
Normal file
1
apps/web/ee/components/projects/page.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/page";
|
||||
@@ -0,0 +1 @@
|
||||
export { ProjectFeaturesList } from "@/components/project/settings/features-list";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "ce/components/projects/settings/useProjectColumns";
|
||||
1
apps/web/ee/components/relations/index.tsx
Normal file
1
apps/web/ee/components/relations/index.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/relations";
|
||||
1
apps/web/ee/components/sidebar/index.ts
Normal file
1
apps/web/ee/components/sidebar/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/sidebar";
|
||||
1
apps/web/ee/components/views/access-controller.tsx
Normal file
1
apps/web/ee/components/views/access-controller.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/views/access-controller";
|
||||
1
apps/web/ee/components/views/filters/access-filter.tsx
Normal file
1
apps/web/ee/components/views/filters/access-filter.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/views/filters/access-filter";
|
||||
1
apps/web/ee/components/views/publish/index.ts
Normal file
1
apps/web/ee/components/views/publish/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/views/publish";
|
||||
1
apps/web/ee/components/workflow/index.ts
Normal file
1
apps/web/ee/components/workflow/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/workflow";
|
||||
Reference in New Issue
Block a user