fix: build error due to exports in propel package (#7715)

* fix: build error due to exports in propel package

* fix: editor css exports

* fix: editor css build

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
This commit is contained in:
sriram veeraghanta 2025-09-03 18:11:31 +05:30 committed by GitHub
parent 473535fcfa
commit 54e4a0f6dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 24 deletions

View file

@ -1,11 +1,3 @@
// styles
// import "./styles/tailwind.css";
import "./styles/variables.css";
import "./styles/editor.css";
import "./styles/table.css";
import "./styles/github-dark.css";
import "./styles/drag-drop.css";
// editors
export {
CollaborativeDocumentEditorWithRef,

View file

@ -0,0 +1,5 @@
@import "./variables.css";
@import "./editor.css";
@import "./table.css";
@import "./github-dark.css";
@import "./drag-drop.css";