chore(reorder): move reorder-group to separate directory

This commit is contained in:
Adam Bradley
2017-11-28 20:29:01 -06:00
parent c5211c33a1
commit 38023b59dc
7 changed files with 146 additions and 144 deletions

View File

@ -2318,7 +2318,7 @@ declare global {
import {
ReorderGroup as IonReorderGroup
} from './components/reorder/reorder-group';
} from './components/reorder-group/reorder-group';
declare global {
interface HTMLIonReorderGroupElement extends IonReorderGroup, HTMLElement {