ucsd-cse112/team13

View on GitHub
stories/welcome.js

Summary

Maintainability
A
0 mins
Test Coverage
import { storiesOf } from '@storybook/html';

import welcome from './welcome.html';

storiesOf('Beginner\'s Guide', module)
  .add('Welcome', () => welcome);