summaryrefslogtreecommitdiff
path: root/storybook/storybook-registry.ts
blob: 83f0ed8e7367a6510a949a467ecf1db191dd94df (about) (plain)
1
2
3
4
5
6
7
8
9
10
require("../app/components/text/text.story")
require("../app/components/auto-image/auto-image.story")
require("../app/components/button/button.story")
require("../app/components/form-row/form-row.story")
require("../app/components/switch/switch.story")
require("../app/components/text-field/text-field.story")
require("../app/components/checkbox/checkbox.story")
require("../app/components/wallpaper/wallpaper.story")
require("../app/components/icon/icon.story")
require("../app/components/header/header.story")