feat: split scss and rename widget folder to widgets

This commit is contained in:
tux
2025-06-09 00:41:04 +05:30
parent 9712b9e0ea
commit 72f9c24482
14 changed files with 123 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
import { Bar } from "./widget/bar";
import { AppLauncher } from "./widget/app-launcher";
import { Bar } from "./widgets/bar";
import { AppLauncher } from "./widgets/app-launcher";
export default [Bar, AppLauncher];