mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-12-16 20:30:05 +05:30
feat: add notifications widget
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Bar } from "./widgets/bar";
|
||||
import { AppLauncher } from "./widgets/app-launcher";
|
||||
import { Notifications } from "./widgets/notifications";
|
||||
|
||||
export default [Bar, AppLauncher];
|
||||
export default [Bar, AppLauncher, Notifications];
|
||||
|
||||
Reference in New Issue
Block a user