We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d83718 commit 3b6e68dCopy full SHA for 3b6e68d
examples/for-tests-nextjs/app/components/home.tsx
@@ -8,7 +8,6 @@ import { SessionAuthForNextJS } from "./sessionAuthForNextJS";
8
9
import { getServerComponentSessionWithoutClaimValidation, init } from "supertokens-auth-react/nextjs/ssr";
10
import { ssrConfig } from "../config/ssr";
11
-import { useState } from "react";
12
import { MiddlewareServerActionButton } from "./middlewareServerActionButton";
13
import { ProtectedActionButton } from "./protectedActionButton";
14
import { UnprotectedActionButton } from "./unprotectedActionButton";
0 commit comments