Files
cunningham/packages/react/.storybook/preview-head.html
Nathan Vasse 4beff43ebe (frontend) add storybook to react repo
Add storybook for the react repo, this will make developing components
enjoyable ! It can also serve as a single source of thruth.
2022-12-07 17:07:18 +01:00

4 lines
107 B
HTML

<link rel='stylesheet' type='text/css' href='/src/index.scss'>
<script>
window.global = window;
</script>