mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Move select kit to an addon (#9797)
This commit is contained in:
6
app/assets/javascripts/select-kit/index.js
Normal file
6
app/assets/javascripts/select-kit/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
name: require("./package").name,
|
||||
options: {}
|
||||
};
|
||||
Reference in New Issue
Block a user