mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-12-16 20:30:05 +05:30
feat: add control center widget
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
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];
|
||||
export default [Bar, Launcher, Notifications, ControlCenter];
|
||||
|
||||
Reference in New Issue
Block a user