[WEB-1255] chore: Required Spaces refactor (#5177)
* Changes required to enable Publish Views * default views to not found page * refactor exports * remove uncessary view service * fix review comments
This commit is contained in:
parent
2ee6cd20d8
commit
8577a56068
77 changed files with 2772 additions and 484 deletions
1
space/ee/components/issue-layouts/root.tsx
Normal file
1
space/ee/components/issue-layouts/root.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/issue-layouts/root";
|
||||
1
space/ee/components/navbar/index.tsx
Normal file
1
space/ee/components/navbar/index.tsx
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/components/navbar";
|
||||
1
space/ee/hooks/store/index.ts
Normal file
1
space/ee/hooks/store/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "ce/hooks/store";
|
||||
Loading…
Add table
Add a link
Reference in a new issue