Skip to content

Commit 8a875e8

Browse files
committed
Fix import
1 parent 620ba92 commit 8a875e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-tests/modules/BuiltinsApi-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details.
77
import React from "react";
88
import { render } from "jest-matrix-react";
99

10-
import { ElementWebBuiltinsApi } from "../../../src/modules/BuiltinsApi";
10+
import { ElementWebBuiltinsApi } from "../../../src/modules/BuiltinsApi.tsx";
1111
import { stubClient } from "../../test-utils/test-utils";
1212

1313
const Avatar: React.FC<{ room: { roomId: string }; size: string }> = ({ room, size }) => {

0 commit comments

Comments
 (0)