DEV: Update import paths following core fix (#56)

https://github.com/discourse/discourse/pull/23148
This commit is contained in:
David Taylor
2023-08-18 18:30:20 +01:00
committed by GitHub
parent 0c7b09886c
commit 8599bfcaff
2 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@ import { create } from "virtual-dom";
import { ajax } from "discourse/lib/ajax";
import { popupAjaxError } from "discourse/lib/ajax-error";
import { parseAsync } from "discourse/lib/text";
import { tokenRange } from "../discourse-table-builder/lib/utilities";
import { tokenRange } from "../../discourse-table-builder/lib/utilities";
export default apiInitializer("0.11.1", (api) => {
function createButton() {