diff --git a/app/javascript/alchemy_admin/components/button.js b/app/javascript/alchemy_admin/components/button.js index 3196f12769..557079a88c 100644 --- a/app/javascript/alchemy_admin/components/button.js +++ b/app/javascript/alchemy_admin/components/button.js @@ -1,4 +1,4 @@ -import Spinner from "../spinner" +import Spinner from "alchemy_admin/spinner" class Button extends HTMLButtonElement { connectedCallback() { diff --git a/app/javascript/alchemy_admin/components/element_editor.js b/app/javascript/alchemy_admin/components/element_editor.js index 89f44ba873..433b3e08a2 100644 --- a/app/javascript/alchemy_admin/components/element_editor.js +++ b/app/javascript/alchemy_admin/components/element_editor.js @@ -4,9 +4,9 @@ import fileEditors from "alchemy_admin/file_editors" import pictureEditors from "alchemy_admin/picture_editors" import IngredientAnchorLink from "alchemy_admin/ingredient_anchor_link" import { post } from "alchemy_admin/utils/ajax" -import { createHtmlElement } from "../utils/dom_helpers" +import { createHtmlElement } from "alchemy_admin/utils/dom_helpers" -import "./element_editor/publish_element_button" +import "alchemy_admin/components/element_editor/publish_element_button" export class ElementEditor extends HTMLElement { constructor() {