From 540c551e294998025cd90405b6cd53f012ea7f8e Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 24 Aug 2020 08:05:37 -0500 Subject: [PATCH] chore: update src index import --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e0aef461ee4..0c5fc8a124a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -export * from './declarations/stencil-core'; +export * from './internal/stencil-core';