Skip to content

Commit

Permalink
add clarification for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifadin committed Dec 24, 2018
1 parent 8fb23e0 commit 53f4939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/VerificationEmail.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import React from 'react';

// These are the imports for storybook to work. The components would be imported like this:
// import { Email, Container, Row, Column, Header, FullWidth, Footer, Text, Link, PostonentsProvider } from 'postonents';
import { Email } from '../compiled/Email';
import { Container } from '../compiled/Container';
import { Row } from '../compiled/Row';
Expand Down

0 comments on commit 53f4939

Please sign in to comment.