change 'module.exports=' to 'export default'

This commit is contained in:
陆柯 2022-02-14 12:40:10 +08:00
parent 87c11cacaa
commit abfb8fa543

View File

@ -1 +1 @@
module.exports = {}
export default {}