import { create, NButton, NCard, NConfigProvider, } from 'naive-ui' export const naiveUi = create({ components: [NButton, NCard, NConfigProvider] })