[WEB-1984] fix: code block padding and margin in pages. (#5152)
This commit is contained in:
parent
2554110397
commit
281948c1ce
15 changed files with 6 additions and 12 deletions
|
|
@ -1 +0,0 @@
|
|||
export * from "@/plane-web/components/issues/worklog/activity/root";
|
||||
|
|
@ -1 +0,0 @@
|
|||
export * from "@/plane-web/components/issues/worklog/activity/worklog-create-button";
|
||||
2
web/ee/components/issues/index.ts
Normal file
2
web/ee/components/issues/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * from "./bulk-operations";
|
||||
export * from "./worklog";
|
||||
|
|
@ -1 +0,0 @@
|
|||
export * from "@/plane-web/components/issues/worklog/property/root";
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
export * from "./worklog/activity";
|
||||
export * from "./worklog/property";
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
export * from "./root";
|
||||
export * from "./worklog-create-button";
|
||||
|
|
@ -1 +0,0 @@
|
|||
export * from "./root";
|
||||
Loading…
Add table
Add a link
Reference in a new issue