diff --git a/app/javascript/etc/new_editor.js b/app/javascript/etc/new_editor.js index 0a7842ae..dbc87bbc 100644 --- a/app/javascript/etc/new_editor.js +++ b/app/javascript/etc/new_editor.js @@ -1,6 +1,6 @@ import SuttyEditor from "@suttyweb/editor"; -import "@suttyweb/editor/dist/editor.css"; +import "@suttyweb/editor/dist/style.css"; document.addEventListener("turbolinks:load", () => { document.querySelectorAll(".new-editor").forEach((editorContainer) => {