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