Skip to content

Commit

Permalink
chore remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
takeramagan committed Jan 14, 2024
1 parent 806ae6c commit ee22b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/solid/store/test/mutableWithClass.spec.tsx
Expand Up @@ -2,8 +2,8 @@
* @jsxImportSource solid-js
* @vitest-environment jsdom
*/
import { createMutable, unwrap, $RAW } from "../src";
import { render, Show } from "../../web";
import { createMutable } from "../src";
import { render } from "../../web";

describe("Class Operator test", () => {
test("read and set class", () => {
Expand Down

0 comments on commit ee22b8a

Please sign in to comment.