mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
import { Bar } from "./widgets/bar";
|
|
import { Launcher } from "./widgets/launcher";
|
|
import { Notifications } from "./widgets/notifications";
|
|
|
|
export default [Bar, Launcher, Notifications];
|