From b1246f90bfb67fc8a6b9566c7b4e5e0f8380597a Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 5 Nov 2024 18:34:08 +0000 Subject: [PATCH] lint --- src/useReactions.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/useReactions.test.tsx b/src/useReactions.test.tsx index 0f0a9f6d..f9b323fd 100644 --- a/src/useReactions.test.tsx +++ b/src/useReactions.test.tsx @@ -8,6 +8,7 @@ Please see LICENSE in the repository root for full details. import { act, render } from "@testing-library/react"; import { FC } from "react"; import { describe, expect, test } from "vitest"; +import { RoomEvent } from "matrix-js-sdk/src/matrix"; import { useReactions } from "./useReactions"; import { @@ -17,7 +18,6 @@ import { MockRTCSession, TestReactionsWrapper, } from "./utils/testReactions"; -import { RoomEvent } from "matrix-js-sdk/src/matrix"; const memberUserIdAlice = "@alice:example.org"; const memberEventAlice = "$membership-alice:example.org";