react95-io/React95

Make Storybook stories component imports look like import from installed lib

arturbien opened this issue · 1 comments

Change how component imports look like in Storybook stories. Instead of this:

Screenshot 2020-04-08 at 21 18 31

we should display this (because that's how end users access our library):

import { Checkbox, Fieldset, Toolbar, Button, Cutout } from 'react95';

closed by #145