Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 63b2342

Browse files
committed
another import lint fix
1 parent 0d2e8bb commit 63b2342

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/components/views/settings/tabs/room/EmoteSettingsTab-test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ limitations under the License.
1616

1717
import React from "react";
1818
import { fireEvent, render, RenderResult, screen, waitFor } from "@testing-library/react";
19-
import { MatrixClient } from "matrix-js-sdk/src/client";
20-
import { MatrixEvent, Room } from "matrix-js-sdk/src/matrix";
19+
import { MatrixClient, MatrixEvent, Room } from "matrix-js-sdk/src/matrix";
2120
import { mocked } from "jest-mock";
2221
import { UnstableValue } from "matrix-js-sdk/src/NamespacedValue";
2322

0 commit comments

Comments
 (0)