Skip to content

Commit 44b91d9

Browse files
lint
1 parent 7e648e2 commit 44b91d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/hooks/use-user.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import React from "react";
21
// Import the mocked SWR module
3-
import swr, { SWRConfig } from "swr";
2+
import swr from "swr";
43
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
54

65
import type { User } from "../../types/index.js";

0 commit comments

Comments
 (0)