mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 15:59:29 +08:00
Fixed the refs to the `setting` argument and refactored more of the component over to glimmer style, added test against regression
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
"use strict";
|
|
|
|
const { addonV1Shim } = require("@embroider/addon-shim");
|
|
module.exports = addonV1Shim(__dirname);
|