diff --git a/frontend/static/js/index.js b/frontend/static/js/index.js index e5faf5f..5158a4f 100644 --- a/frontend/static/js/index.js +++ b/frontend/static/js/index.js @@ -9,7 +9,6 @@ import RegisterView from "./views/accounts/RegisterView.js"; import LogoutView from "./views/accounts/LogoutView.js"; import { Client } from "./api/client.js"; -import AbstractProtectedView from "./views/AbstractRedirectView.js"; import AbstractRedirectView from "./views/AbstractRedirectView.js"; let client = new Client(location.protocol + "//" + location.host)