diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 92fb639..9b12446 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,5 +1,6 @@ import React from "react"; import { Route, Routes } from "react-router-dom"; +import { AuthApiTokens } from "./components/AuthApiTokens"; import { Footer } from "./components/Footer"; import { LoginFailure } from "./components/LoginFailure"; import { LoginLoading } from "./components/LoginLoading"; @@ -36,6 +37,7 @@ export function App() { } /> } /> } /> + } />