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