Skip to content

Commit 7a246e3

Browse files
committed
Merge pull request #15 from mdamien/patch-1
Correct typo in imports
2 parents 631582c + 8ccc6b2 commit 7a246e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spectacle.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Fit from './fit';
99
import Heading from './heading';
1010
import Image from './image';
1111
import Layout from './layout';
12-
import Link from './Link';
12+
import Link from './link';
1313
import ListItem from './list-item';
1414
import List from './list';
1515
import Quote from './quote';
@@ -36,4 +36,4 @@ export {
3636
S,
3737
Slide,
3838
Text
39-
}
39+
}

0 commit comments

Comments
 (0)