Switch from Underscore to Lodash

This commit is contained in:
John Furrow
2015-11-08 22:16:14 -08:00
parent 9e2c8ff37d
commit 976223d2f8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import _ from 'underscore';
import _ from 'lodash';
import classnames from 'classnames';
import React from 'react';