import { create, NButton, NConfigProvider, NH1, NH2, NH3, NH4, NH5, NH6, NHr, NIcon, NLayout, NLayoutContent, NLayoutFooter, NLayoutHeader, NLayoutSider, NMenu, NScrollbar, NSwitch, NDataTable, NSpace, NDrawer, NDrawerContent, NRadioGroup, NSelect, NRadioButton } from 'naive-ui' export default create({ components: [ NButton, NConfigProvider, NH1, NH2, NH3, NH4, NH5, NH6, NHr, NIcon, NLayout, NLayoutHeader, NLayoutContent, NLayoutFooter, NLayoutSider, NMenu, NScrollbar, NSwitch, NDataTable, NSpace, NDrawer, NDrawerContent, NRadioGroup, NSelect, NRadioButton ] })