Skip to content

Commit

Permalink
PLT-6090: Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
yveshauser committed Jun 30, 2023
1 parent fc2e034 commit ec2c0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/App.purs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Component.App where

import Prelude

import CardanoMultiplatformLib (Bech32, bech32ToString)
import CardanoMultiplatformLib (bech32ToString)
import Component.Assets.Svgs (marloweLogoUrl)
import Component.ConnectWallet (mkConnectWallet, walletInfo)
import Component.ConnectWallet as ConnectWallet
Expand Down

0 comments on commit ec2c0c1

Please sign in to comment.