Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
0205d8ccb5
* ran eslint and fixes linting issues for javascripts/wizard folder * ran prettier
6 Zeilen
208 B
JavaScript
6 Zeilen
208 B
JavaScript
import { registerUnbound } from "discourse-common/lib/helpers";
|
|
import Handlebars from "handlebars";
|
|
|
|
export default registerUnbound("plugin-outlet", function () {
|
|
return new Handlebars.SafeString("");
|
|
});
|