Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Aug 26, 2020
1 parent d51dec7 commit dc6fc2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import React from 'react';
import { shallow } from 'enzyme';

import { truncate, truncateBeginning, TruncatedContent } from './';
import { TruncatedContent } from './';

const content = 'foobarbaz';

Expand Down

0 comments on commit dc6fc2c

Please sign in to comment.