Files
tpanel/windows.ts
2025-06-13 23:12:11 +05:30

6 lines
199 B
TypeScript

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