From d64e62101a41f2362dcc78d046265cc2a873aee9 Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 29 Nov 2023 20:00:22 +0100 Subject: [PATCH] clean: remove bozo import --- frontend/static/js/index.js | 1 - 1 file changed, 1 deletion(-) 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)