mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 18:49:02 +05:30
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
import { Bar } from "./widget/bar";
|
|
import { AppLauncher } from "./widget/app-launcher";
|
|
|
|
export default [Bar, AppLauncher];
|