diff --git a/components/elevation/package.json b/components/elevation/package.json index 9e6040f025..040f77754e 100644 --- a/components/elevation/package.json +++ b/components/elevation/package.json @@ -26,6 +26,7 @@ }, "dependencies": { "@vonage/vvd-foundation": "2.20.1", + "@vonage/vvd-core": "2.20.1", "lit-element": "^2.4.0", "tslib": "^2.3.0" }, diff --git a/components/elevation/src/vwc-elevation.ts b/components/elevation/src/vwc-elevation.ts index 885f0b2820..0f15488906 100644 --- a/components/elevation/src/vwc-elevation.ts +++ b/components/elevation/src/vwc-elevation.ts @@ -1,3 +1,4 @@ +import '@vonage/vvd-core'; import { customElement, html, LitElement } from 'lit-element'; import { style } from './vwc-elevation.css.js'; import { property } from 'lit-element/lib/decorators';