Skip to content

Commit

Permalink
Fix imports in test
Browse files Browse the repository at this point in the history
  • Loading branch information
smoores-dev committed Nov 10, 2023
1 parent 90e1f6d commit d7da35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/__tests__/useEditorViewLayoutEffect.test.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* eslint-disable @typescript-eslint/no-empty-function */
import { render } from "@testing-library/react";
import type { EditorState } from "prosemirror-state";
import type { EditorView } from "prosemirror-view";
import React from "react";

import { EditorContext } from "../../contexts/EditorContext.js";
import { LayoutGroup } from "../../contexts/LayoutGroup.js";
import type { EditorView } from "prosemirror-view";
import { useEditorEffect } from "../useEditorEffect.js";

function TestComponent({
Expand Down

0 comments on commit d7da35d

Please sign in to comment.