chore(): Updated import references and included utils.

This commit is contained in:
Josh Thomas
2017-06-21 11:58:39 -05:00
parent d0844c585d
commit 28a7b572e8
50 changed files with 6806 additions and 90 deletions

View File

@ -1,5 +1,6 @@
import { Component, h, Ionic, Prop, Watch } from '../index';
import { VNodeData, GlobalNamespace, Menu as IMenu } from '../../util/interfaces';
import { Component, h, Prop, Watch } from '@stencil/core';
import { Ionic } from '../../utils/interfaces';
import { VNodeData, GlobalNamespace, Menu as IMenu } from '../../utils/interfaces';
import { MenuController } from './menu-controller';
import { MenuType } from './menu-types';