From 717cfc49ab236196472d3541eb56fb475bac908c 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 eef58b7..9fa5491 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -25,7 +25,6 @@ import { import { clearAuthToken, getRoboHashPicture, - hexToNpub, saveNsecBunkerDelegatedKey, shorten } from '../../utils'