add storybook (component dev)
This commit is contained in:
parent
1b523c7ac4
commit
13e6345b1d
4 changed files with 54 additions and 2 deletions
|
|
@ -2,10 +2,9 @@ import "bar"
|
|||
import "launcher"
|
||||
import "pomodoro"
|
||||
import "powermenu"
|
||||
import "storybook"
|
||||
import Quickshell
|
||||
import Quickshell.Wayland
|
||||
import QtQuick
|
||||
import QtQuick.Effects
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
|
@ -19,5 +18,6 @@ Variants {
|
|||
Launcher {}
|
||||
Pomodoro {}
|
||||
PowerMenu {}
|
||||
Storybook {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue