chore: fix storybook for realsies

This commit is contained in:
41666 2020-10-14 12:49:21 -04:00
parent 1bbc61c82f
commit 3d867c1db0
18 changed files with 927 additions and 34 deletions

View file

@ -1,6 +1,6 @@
import * as React from 'react';
import { Role as RoleComponent } from './Role';
import { roleCategory } from 'roleypoly/hack/fixtures/storyData';
import { roleCategory } from '../../shared-types/storyData';
import { withColors } from 'roleypoly/src/design-system/atoms/colors/withColors';
import styled from 'styled-components';