chore(tabs): move tab, tabbar, tab-button to separate directories

This commit is contained in:
Adam Bradley
2017-11-28 20:20:20 -06:00
parent 6c5b712b1f
commit f89c7af002
13 changed files with 489 additions and 255 deletions

View File

@ -1,5 +1,5 @@
import { Component, Element, Event, EventEmitter, Prop } from '@stencil/core';
import { Swiper } from './vendor/swiper';
import { Swiper } from './vendor/swiper.js';
@Component({