mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-09 20:31:54 +05:30
8 lines
344 B
TypeScript
8 lines
344 B
TypeScript
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];
|