2019-11-20 23:08:04 +11:00
|
|
|
import { registerUnbound } from "discourse-common/lib/helpers";
|
2021-04-12 11:56:22 +05:30
|
|
|
import Handlebars from "handlebars";
|
2019-11-20 23:08:04 +11:00
|
|
|
|
2021-04-12 11:56:22 +05:30
|
|
|
export default registerUnbound("plugin-outlet", function () {
|
2021-03-28 20:06:49 +11:00
|
|
|
return new Handlebars.SafeString("");
|
|
|
|
});
|