From cb688afb8d89d0fd592686dc49f0d28b5b6d9c81 Mon Sep 17 00:00:00 2001 From: Davinci Date: Thu, 16 May 2024 11:43:17 +0200 Subject: [PATCH] chore: removed unused import hexToNpub --- src/components/AppBar/AppBar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index d20bc8c..c7326b4 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -21,7 +21,6 @@ import { appPublicRoutes, getProfileRoute } from '../../routes' import { clearAuthToken, getRoboHashPicture, - hexToNpub, saveNsecBunkerDelegatedKey, shorten } from '../../utils'