File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 11import * as reactRouter from "react-router" ;
22import { Route , Routes } from "react-router" ;
3+
34import SuperTokens , { SuperTokensWrapper } from "supertokens-auth-react" ;
45import EmailPassword from "supertokens-auth-react/recipe/emailpassword" ;
56import { EmailPasswordPreBuiltUI } from "supertokens-auth-react/recipe/emailpassword/prebuiltui" ;
67import Session from "supertokens-auth-react/recipe/session" ;
78import ThirdParty from "supertokens-auth-react/recipe/thirdparty" ;
89import { ThirdPartyPreBuiltUI } from "supertokens-auth-react/recipe/thirdparty/prebuiltui" ;
910import { getSuperTokensRoutesForReactRouterDom } from "supertokens-auth-react/ui" ;
11+
1012import { Index } from "@/routes/index" ;
1113
1214function App ( ) {
You can’t perform that action at this time.
0 commit comments