Skip to content

Commit

Permalink
Silenced object-shorthand warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AriTheElk committed Nov 9, 2016
1 parent 26a3e8c commit ffe0fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Expand Up @@ -3,8 +3,8 @@ import Row from './components/Row';
import { divvy, media } from './utils';

const utils = {
divvy: divvy,
media: media
[divvy]: divvy,
[media]: media
};

export { Column, Row, utils };
Expand Down

0 comments on commit ffe0fdb

Please sign in to comment.