We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125c4d7 commit 536be76Copy full SHA for 536be76
src/widgets/widget-router.ts
@@ -5,7 +5,6 @@ import LaborProgressWidgetRoutes from "@/widgets/labor-progress/LaborProgressRou
5
import {ClockWidgetRoutes} from "@/widgets/clock/ClockWidgetRoutes";
6
import BirthdayListWidgetRoutes from "@/widgets/birthday-list/BirthdayListWidgetRoutes";
7
import GlitchWidgetRoutes from "./glitch/GlitchWidgetRoutes";
8
-import DynamicIslandWidgetRoutes from "./dynamic-island/DynamicIslandWidgetRoutes";
9
//FBI WANING! IMPORT PLACE, DONT DELETE THIS LINE
10
11
widget.json
@@ -13,5 +13,6 @@
13
"storybook": true,
14
"route": true,
15
"devUrl": "http://127.0.0.1:8088"
16
- }
+ },
17
+ "widgets": []
18
}
0 commit comments