From 9eed9fc0f5be41ea5554f491ed99bdfe23c2f760 Mon Sep 17 00:00:00 2001 From: Nils Jacobsen Date: Thu, 6 Jun 2024 11:00:42 +0200 Subject: [PATCH] fix: removed unused import @niklasbuchfink --- .../editor/src/services/auth/src/pages/auth-callback/+Page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/inlang/source-code/editor/src/services/auth/src/pages/auth-callback/+Page.tsx b/inlang/source-code/editor/src/services/auth/src/pages/auth-callback/+Page.tsx index 156258a3cd..e2c5720576 100644 --- a/inlang/source-code/editor/src/services/auth/src/pages/auth-callback/+Page.tsx +++ b/inlang/source-code/editor/src/services/auth/src/pages/auth-callback/+Page.tsx @@ -1,7 +1,6 @@ import { createEffect, createResource, Match, Switch } from "solid-js" import { getAuthClient } from "@lix-js/client" import MaterialSymbolsCheckCircleRounded from "~icons/material-symbols/check-circle-rounded" -import MaterialSymbolsArrowBackRounded from "~icons/material-symbols/arrow-back-rounded" import { publicEnv } from "@inlang/env-variables" import { useLocalStorage } from "#src/services/local-storage/index.js"