diff --git a/docker-compose.yml b/docker-compose.yml
index a46eb4b..d67bb73 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,4 +1,4 @@
-version: '3'
+# version: '3'
services:
merms-panel:
# image: registry.chiefsoft.net/merms-panel-reactjs:latest
diff --git a/src/component/subscribe/Subscribe.jsx b/src/component/subscribe/Subscribe.jsx
index 00d6de4..d919222 100644
--- a/src/component/subscribe/Subscribe.jsx
+++ b/src/component/subscribe/Subscribe.jsx
@@ -5,7 +5,7 @@ import SubscribeNewCard from "./SubscribeNewCard";
import SubscribePreviousCard from "./SubscribePreviousCard";
import SubcribePaymentOptions from "./SubcribePaymentOptions";
import StripeSubscriptionButton from "./StripeSubscriptionButton";
-
+import SubscribeInfo from "./SubscribeInfo";
export default function Subscribe() {
const {state: {selectedSubscription, customerId}} = useLocation()
@@ -35,6 +35,7 @@ export default function Subscribe() {
{/* */}
{/*}*/}
<>
+
diff --git a/src/component/subscribe/SubscribeInfo.jsx b/src/component/subscribe/SubscribeInfo.jsx
new file mode 100644
index 0000000..2f09121
--- /dev/null
+++ b/src/component/subscribe/SubscribeInfo.jsx
@@ -0,0 +1,28 @@
+import React from 'react'
+export default function SubscribeInfo(){
+
+ return <>
+
+
+
+ >
+
+}
\ No newline at end of file