ry-blocks/stories.dhall
Mark Eibes 8049bd80dc
rip (#4)
* Port Storybook

* Remove extrablatt

* Improve cluster

* Magic Johnson

* Remove mentions of Plumage

And delete some unnecessary stuff

* Hä

* I have changed the code files

* Reexports for typeahead

* Bring Select back

* Fix dark mode of select

* Move out react-aria

* Export select properly

* Make select work I guess
2022-11-25 13:38:19 +01:00

17 lines
376 B
Plaintext

let conf = ./spago.dhall
in conf
⫽ { sources = conf.sources # [ "stories/**/*.purs" ]
, dependencies =
conf.dependencies
# [ "datetime"
, "strings"
, "react-basic-storybook"
, "web-html"
, "aff"
, "tailrec"
, "tuples"
, "yoga-json"
]
}