Skip to content

Commit

Permalink
chore: unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed May 6, 2024
1 parent cbb5c57 commit 6d71fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tiny-react/src/server/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe, expect, it } from "vitest";
import { deserialize, serialize } from ".";
import type { JSX } from "../helper/jsx-runtime";
import { render } from "../reconciler";
import type { ComponentChildren, VNode } from "../virtual-dom";
import type { VNode } from "../virtual-dom";
import { type RNode, registerClientReference } from "./types";

describe(serialize, () => {
Expand Down

0 comments on commit 6d71fcb

Please # to comment.