Skip to content

Commit

Permalink
chore(drawing): utilize index file for importing ColorPickerControl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCodes committed Dec 9, 2020
1 parent e22d6c9 commit 89fa3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewers/controls/annotations/DrawingControls.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import ColorPickerControl from '../color-picker/ColorPickerControl';
import ColorPickerControl from '../color-picker';
import { ANNOTATION_COLORS } from '../../../AnnotationModule';
import { AnnotationMode } from './types';

Expand Down

0 comments on commit 89fa3f6

Please sign in to comment.