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

Commit 336ee9e

Browse files
committed
Fixed a bad import
1 parent be27609 commit 336ee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/structures/TimelinePanel-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
import { ReceiptType } from "matrix-js-sdk/src/@types/read_receipts";
3030
import { render, RenderResult } from "@testing-library/react";
3131
import { FeatureSupport, THREAD_RELATION_TYPE, ThreadFilterType, Thread } from "matrix-js-sdk/src/models/thread";
32-
import { logger } from "../../../../matrix-js-sdk/src/logger";
32+
import { logger } from "matrix-js-sdk/src/logger";
3333

3434
import MatrixClientContext from "../../../src/contexts/MatrixClientContext";
3535
import { mkRoom, stubClient } from "../../test-utils";

0 commit comments

Comments
 (0)