Skip to content

Commit

Permalink
fix(fiori3): Fixed Import in Ui5PopoverDomRef interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis committed Jul 1, 2019
1 parent ce2aed9 commit 88326b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/interfaces/Ui5PopoverDomRef.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Ui5DomRef } from '../lib/Ui5DomRef';
import { Ui5DomRef } from './Ui5DomRef';

export interface Ui5PopoverDomRef extends Ui5DomRef {
openBy: (p: HTMLElement) => void;
Expand Down

0 comments on commit 88326b4

Please sign in to comment.