import { Bar } from "./widgets/bar"; import { Launcher } from "./widgets/launcher"; import { Notifications } from "./widgets/notifications"; export default [Bar, Launcher, Notifications];