DEV: Move select kit to an addon (#9797)

This commit is contained in:
Robin Ward
2020-05-15 16:07:35 -04:00
committed by GitHub
parent 7f07c513a7
commit db8e872bda
120 changed files with 10670 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
"use strict";
module.exports = {
name: require("./package").name,
options: {}
};