fix(segment): update util to new path

This commit is contained in:
Brandy Carney
2017-06-30 16:53:16 -04:00
parent caf6dee959
commit 89f464b5a5
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import { Component, h, Ionic, Prop, State } from '@stencil/core';
import { CssClassObject } from '../../util/interfaces';
import { createThemedClasses } from '../../util/theme';
import { CssClassObject } from '../../utils/interfaces';
import { createThemedClasses } from '../../utils/theme';
/**

View File

@ -1,5 +1,5 @@
import { Component, h, Listen, Prop, PropDidChange } from '@stencil/core';
import { SegmentButtonEvent, VNodeData } from '../../util/interfaces';
import { SegmentButtonEvent, VNodeData } from '../../utils/interfaces';
/**