From b31a14d78f68a07496b21368086c791b6e81778b Mon Sep 17 00:00:00 2001 From: Starknet Dev Date: Thu, 25 Jan 2024 11:08:14 +0000 Subject: [PATCH] clean --- ui/src/app/components/arcade/MigrateAA.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ui/src/app/components/arcade/MigrateAA.tsx b/ui/src/app/components/arcade/MigrateAA.tsx index 1e422f838..aca41a2b5 100644 --- a/ui/src/app/components/arcade/MigrateAA.tsx +++ b/ui/src/app/components/arcade/MigrateAA.tsx @@ -175,21 +175,6 @@ const MigrateAA = ({ ? "Arcade Already Stored" : "Import Arcade"} - {/*

Export

-

- Here you can export the private key of the Arcade Account. This can then - be imported to other clients that intract with the LS contract. -

*/} - {/* */} ); };