Skip to content

Commit 2cc1e61

Browse files
committed
chore: remove unused import; update types
1 parent 29a22ed commit 2cc1e61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

elements/src/components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* It contains typing information for all components that exist in this project.
66
*/
77
import { HTMLStencilElement, JSXBase } from "@stencil/core/internal";
8+
import { Thing } from "@pod-os/core";
9+
export { Thing } from "@pod-os/core";
810
export namespace Components {
911
interface PosAddLiteralValue {
1012
}

elements/src/components/pos-rich-link/pos-rich-link.integration.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { PosLabel } from '../pos-label/pos-label';
66
import { PosResource } from '../pos-resource/pos-resource';
77
import { PosRichLink } from './pos-rich-link';
88
import { when } from 'jest-when';
9-
import { Component, h } from '@stencil/core';
109

1110
describe('pos-rich-link', () => {
1211
let os;

0 commit comments

Comments
 (0)