diff --git a/frontend/src/pages/loading_screen/LoadingScreen.jsx b/frontend/src/pages/loading_screen/LoadingScreen.jsx index 1c2062c9..9b5d53a2 100644 --- a/frontend/src/pages/loading_screen/LoadingScreen.jsx +++ b/frontend/src/pages/loading_screen/LoadingScreen.jsx @@ -1,6 +1,5 @@ import { useEffect, useState } from "react"; import { useLocation, useNavigate } from "react-router-dom"; -import { CLButtonSecondary } from "../../components/Buttons/CLButtons"; import "./LoadingScreen.css"; export default function LoadingScreen() {