mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
fix(segment): update util to new path
This commit is contained in:
@ -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';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user