diff --git a/app/(app)/layout.tsx b/app/(app)/layout.tsx
index 79d57bf..3a22355 100644
--- a/app/(app)/layout.tsx
+++ b/app/(app)/layout.tsx
@@ -121,6 +121,8 @@ const AppLayout = async ({ children }: { children: React.ReactNode }) => {
,
success: ,
diff --git a/components/CreateTransactionButton.tsx b/components/CreateTransactionButton.tsx
index b31f147..e5649b1 100644
--- a/components/CreateTransactionButton.tsx
+++ b/components/CreateTransactionButton.tsx
@@ -17,7 +17,6 @@ import {
Message,
PublicKey,
TransactionInstruction,
- TransactionMessage,
clusterApiUrl,
} from "@solana/web3.js";
import { Input } from "./ui/input";
@@ -101,17 +100,22 @@ const CreateTransaction = ({
/>