feat: init
This commit is contained in:
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";
|
||||
Reference in New Issue
Block a user