Skip to content

Commit

Permalink
Lowercase stylesheet import (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
theobat authored and diegomura committed Jul 7, 2017
1 parent efb9979 commit c379e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-pdf/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

import { PDFRenderer, createElement } from './renderer';
import StyleSheet from './Stylesheet';
import StyleSheet from './stylesheet';

const View = 'VIEW';
const Text = 'TEXT';
Expand Down

0 comments on commit c379e1e

Please sign in to comment.