feat: init
This commit is contained in:
1
apps/web/ee/constants/project/index.ts
Normal file
1
apps/web/ee/constants/project/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./settings";
|
||||
1
apps/web/ee/constants/project/settings/features.tsx
Normal file
1
apps/web/ee/constants/project/settings/features.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/constants/project/settings/features";
|
||||
1
apps/web/ee/constants/project/settings/index.ts
Normal file
1
apps/web/ee/constants/project/settings/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./features";
|
||||
1
apps/web/ee/constants/project/settings/tabs.ts
Normal file
1
apps/web/ee/constants/project/settings/tabs.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/constants/project/settings/tabs";
|
||||
Reference in New Issue
Block a user