Skip to content

Commit d7f067b

Browse files
committed
sort imports better
1 parent f058c0d commit d7f067b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react/src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
import * as reactRouter from "react-router";
22
import { Route, Routes } from "react-router";
3+
34
import SuperTokens, { SuperTokensWrapper } from "supertokens-auth-react";
45
import EmailPassword from "supertokens-auth-react/recipe/emailpassword";
56
import { EmailPasswordPreBuiltUI } from "supertokens-auth-react/recipe/emailpassword/prebuiltui";
67
import Session from "supertokens-auth-react/recipe/session";
78
import ThirdParty from "supertokens-auth-react/recipe/thirdparty";
89
import { ThirdPartyPreBuiltUI } from "supertokens-auth-react/recipe/thirdparty/prebuiltui";
910
import { getSuperTokensRoutesForReactRouterDom } from "supertokens-auth-react/ui";
11+
1012
import { Index } from "@/routes/index";
1113

1214
function App() {

0 commit comments

Comments
 (0)