(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.
This commit is contained in:
Nathan Vasse
2022-12-01 12:05:22 +01:00
committed by NathanVss
parent 75f2617726
commit 4beff43ebe
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<link rel='stylesheet' type='text/css' href='/src/index.scss'>
<script>
window.global = window;
</script>