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