mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-16 14:52:13 -04:00
DEV: Update import paths following core fix (#56)
https://github.com/discourse/discourse/pull/23148
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -4,7 +4,7 @@ import {
|
||||
arrayToTable,
|
||||
findTableRegex,
|
||||
tokenRange,
|
||||
} from "../discourse-table-builder/lib/utilities";
|
||||
} from "../../discourse-table-builder/lib/utilities";
|
||||
|
||||
import Component from "@glimmer/component";
|
||||
import { ajax } from "discourse/lib/ajax";
|
||||
@@ -12,7 +12,7 @@ import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||
import I18n from "I18n";
|
||||
import { schedule } from "@ember/runloop";
|
||||
import { tracked } from "@glimmer/tracking";
|
||||
import { localeMapping } from "../discourse-table-builder/lib/locale-mapping";
|
||||
import { localeMapping } from "../../discourse-table-builder/lib/locale-mapping";
|
||||
|
||||
export default class SpreadsheetEditor extends Component {
|
||||
@tracked showEditReason = false;
|
||||
|
||||
Reference in New Issue
Block a user