mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 18:49:02 +05:30
7 lines
262 B
TypeScript
7 lines
262 B
TypeScript
import { Bar } from "./widgets/bar";
|
|
import { Launcher } from "./widgets/launcher";
|
|
import { Notifications } from "./widgets/notifications";
|
|
import { ControlCenter } from "./widgets/control-center";
|
|
|
|
export default [Bar, Launcher, Notifications, ControlCenter];
|