Skip to content

Commit 3b6e68d

Browse files
committed
test: Fix nextjs tests build error
1 parent 4d83718 commit 3b6e68d

File tree

1 file changed

+0
-1
lines changed
  • examples/for-tests-nextjs/app/components

1 file changed

+0
-1
lines changed

examples/for-tests-nextjs/app/components/home.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { SessionAuthForNextJS } from "./sessionAuthForNextJS";
88

99
import { getServerComponentSessionWithoutClaimValidation, init } from "supertokens-auth-react/nextjs/ssr";
1010
import { ssrConfig } from "../config/ssr";
11-
import { useState } from "react";
1211
import { MiddlewareServerActionButton } from "./middlewareServerActionButton";
1312
import { ProtectedActionButton } from "./protectedActionButton";
1413
import { UnprotectedActionButton } from "./unprotectedActionButton";

0 commit comments

Comments
 (0)