diff --git a/components/Account/Account.tsx b/components/Account/Account.tsx
index 07dcb9f32..45f129914 100644
--- a/components/Account/Account.tsx
+++ b/components/Account/Account.tsx
@@ -7,6 +7,7 @@ import { useUserProvider } from "@/providers/UserProvder";
import ArtistInstructionTextArea from "./ArtistInstructionTextArea";
import Input from "../Input";
import AccountIdDisplay from "../ArtistSetting/AccountIdDisplay";
+import BillingSection from "./BillingSection";
const Account = () => {
const {
@@ -104,6 +105,8 @@ const Account = () => {
+
+
{/* Actions Section */}