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

Commit

Permalink
Fixed a bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Nov 24, 2022
1 parent be27609 commit 336ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/structures/TimelinePanel-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
import { ReceiptType } from "matrix-js-sdk/src/@types/read_receipts";
import { render, RenderResult } from "@testing-library/react";
import { FeatureSupport, THREAD_RELATION_TYPE, ThreadFilterType, Thread } from "matrix-js-sdk/src/models/thread";
import { logger } from "../../../../matrix-js-sdk/src/logger";
import { logger } from "matrix-js-sdk/src/logger";

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

0 comments on commit 336ee9e

Please sign in to comment.