default export for TooltipTarget (#7319)
* default export for TooltipTarget Signed-off-by: Kerry Archibald <kerrya@element.io> * newline Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
93a90280a9
commit
3c1ee204a0
5 changed files with 7 additions and 5 deletions
|
@ -8,7 +8,7 @@ import {
|
|||
import { act } from "react-dom/test-utils";
|
||||
|
||||
import { Alignment } from '../../../../src/components/views/elements/Tooltip';
|
||||
import { TooltipTarget } from "../../../../src/components/views/elements/TooltipTarget";
|
||||
import TooltipTarget from "../../../../src/components/views/elements/TooltipTarget";
|
||||
|
||||
describe('<TooltipTarget />', () => {
|
||||
const defaultProps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue