[WEB-1984] fix: code block padding and margin in pages. (#5152)

This commit is contained in:
Prateek Shourya 2024-07-18 15:28:40 +05:30 committed by GitHub
parent 2554110397
commit 281948c1ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 6 additions and 12 deletions

View file

@ -1 +0,0 @@
export * from "@/plane-web/components/issues/worklog/activity/root";

View file

@ -1 +0,0 @@
export * from "@/plane-web/components/issues/worklog/activity/worklog-create-button";

View file

@ -0,0 +1,2 @@
export * from "./bulk-operations";
export * from "./worklog";

View file

@ -1 +0,0 @@
export * from "@/plane-web/components/issues/worklog/property/root";

View file

@ -1,2 +0,0 @@
export * from "./worklog/activity";
export * from "./worklog/property";

View file

@ -1,2 +0,0 @@
export * from "./root";
export * from "./worklog-create-button";

View file

@ -1 +0,0 @@
export * from "./root";