Skip to content

Commit

Permalink
fix: t variable in index template
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Feb 12, 2017
1 parent 3827e64 commit 6b018a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { PropTypes } from 'react';
import React, { PropTypes as t } from 'react';

const icons = {
<% _.each(Object.keys(icons), function(icon, i) { %> <%= icon %>: {
Expand Down

0 comments on commit 6b018a6

Please sign in to comment.