Skip to content

Commit c8c289f

Browse files
fixup! feat(card): add new component
1 parent c768104 commit c8c289f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card/examples/card-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, h, State } from '@stencil/core';
2-
import { ActionBarItem, ListSeparator } from 'src/interface';
2+
import { ActionBarItem, ListSeparator } from '@limetech/lime-elements';
33
/**
44
* Card with actions
55
* An array of actions can be provided to the card, to allow the user to interact with the content.

0 commit comments

Comments
 (0)