import { SettingComponent } from './setting/setting.component'; export const COMPONENTS = [ SettingComponent, ];