mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 08:13:37 +00:00
fix: cambió la ruta
This commit is contained in:
parent
e8678d6fdf
commit
30a70e9308
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import SuttyEditor from "@suttyweb/editor";
|
import SuttyEditor from "@suttyweb/editor";
|
||||||
|
|
||||||
import "@suttyweb/editor/dist/editor.css";
|
import "@suttyweb/editor/dist/style.css";
|
||||||
|
|
||||||
document.addEventListener("turbolinks:load", () => {
|
document.addEventListener("turbolinks:load", () => {
|
||||||
document.querySelectorAll(".new-editor").forEach((editorContainer) => {
|
document.querySelectorAll(".new-editor").forEach((editorContainer) => {
|
||||||
|
|
Loading…
Reference in a new issue