Skip to content

Commit 319350c

Browse files
committed
🐜 improve imports
1 parent efa1233 commit 319350c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/server.test.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import type { MutableRefObject } from "react";
2+
import React from "react";
13
import util from "node:util";
24
import ReactDOM from "react-dom/server";
3-
import React, { MutableRefObject } from "react";
45
import useStorageState from "../src/useStorageState.js";
56
import { beforeEach, describe, expect, test, vi } from "vitest";
67

0 commit comments

Comments
 (0)