mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-07 08:39:03 +05:30
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
import React from 'react';
|
|
import { storiesOf } from '@storybook/react';
|
|
|
|
import BSoD from './BSoD';
|
|
|
|
storiesOf('UI', module).add('BSoD', () => <BSoD />);
|