Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
raw-templates have been moved
Dieser Commit ist enthalten in:
Ursprung
0c7d6f97fc
Commit
57aa93d9db
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -1,6 +1,6 @@
|
||||||
import ComposerEditor from 'discourse/components/composer-editor';
|
import ComposerEditor from 'discourse/components/composer-editor';
|
||||||
import { default as computed, on } from 'discourse-common/utils/decorators';
|
import { default as computed, on } from 'discourse-common/utils/decorators';
|
||||||
import { findRawTemplate } from "discourse/lib/raw-templates";
|
import { findRawTemplate } from "discourse-common/lib/raw-templates";
|
||||||
import { throttle } from "@ember/runloop";
|
import { throttle } from "@ember/runloop";
|
||||||
import { scheduleOnce } from "@ember/runloop";
|
import { scheduleOnce } from "@ember/runloop";
|
||||||
import { safariHacksDisabled } from "discourse/lib/utilities";
|
import { safariHacksDisabled } from "discourse/lib/utilities";
|
||||||
|
|
Laden …
In neuem Issue referenzieren