Skip to content

Commit

Permalink
Move tooltip to ProductOptions to discourage reuse in the interim bef…
Browse files Browse the repository at this point in the history
…ore Peregrine refactor
  • Loading branch information
sirugh committed Mar 26, 2019
1 parent 93571ca commit 1518dc2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { bool, number, object, oneOfType, shape, string } from 'prop-types';

import classify from 'src/classify';
import Icon from 'src/components/Icon';
import SwatchTooltip from 'src/components/SwatchTooltip';
import SwatchTooltip from './swatchTooltip';
import CheckIcon from 'react-feather/dist/icons/check';

import defaultClasses from './swatch.css';
Expand Down

This file was deleted.

0 comments on commit 1518dc2

Please sign in to comment.