Skip to content

Commit

Permalink
Update after review
Browse files Browse the repository at this point in the history
  • Loading branch information
MHase committed Aug 2, 2019
1 parent c40d87b commit e107c1a
Show file tree
Hide file tree
Showing 22 changed files with 940 additions and 2,543 deletions.
6 changes: 6 additions & 0 deletions __stories__/pages/roles.stories.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import { storiesOf } from '@storybook/react';

import RolesPage from '../../src/pages/roles';

storiesOf('Pages|Roles', module).add('default', () => <RolesPage />);
Loading

0 comments on commit e107c1a

Please sign in to comment.