import { Bar } from "./widgets/bar"; import { Launcher } from "./widgets/launcher"; import { Notifications } from "./widgets/notifications"; import { ControlCenter } from "./widgets/control-center"; import { WallpaperManager } from "./widgets/wallpaper-manager"; export default [Bar, Launcher, Notifications, ControlCenter, WallpaperManager];