Fixed bundle.js size issues

This commit is contained in:
Jori Lallo
2016-06-04 12:30:05 -07:00
parent 1345f9629d
commit f367157fb7
5 changed files with 30 additions and 17 deletions

View File

@ -6,8 +6,10 @@ import {
} from '../sequelize';
import {
convertToMarkdown,
truncateMarkdown,
} from '../../src/utils/markdown';
import {
truncateMarkdown,
} from '../utils/truncate';
import Atlas from './Atlas';
import Team from './Team';
import User from './User';