refactor(all): allow external imports

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Manu Mtz.-Almeida
2018-04-24 15:10:15 +02:00
gitea-unlock(16/)
parent 0c1476e0ff
commit 053c375521
octicon-diff(16/tw-mr-1) 160 changed files with 3451 additions and 770 deletions

2
core/src/components/card/card.tsx
View File

@@ -1,5 +1,5 @@
import { Component, Prop } from '@stencil/core';
import { Mode } from '../..';
import { Mode } from '../../interface';
@Component({
tag: 'ion-card',