mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +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 { Component, h, Ionic, Prop, State } from '@stencil/core';
|
||||||
|
|
||||||
import { CssClassObject } from '../../util/interfaces';
|
import { CssClassObject } from '../../utils/interfaces';
|
||||||
import { createThemedClasses } from '../../util/theme';
|
import { createThemedClasses } from '../../utils/theme';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import { Component, h, Listen, Prop, PropDidChange } from '@stencil/core';
|
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