Subscribe and payment starter

This commit is contained in:
CHIEFSOFT\ameye
2025-08-14 07:47:06 -04:00
parent 66d1ae1609
commit a5ac576176
4 changed files with 16 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
import React from 'react'
//import Signup2 from '../component/auth/Signup2'
export default function SubscribePage() {
return (
<>Subscribe Payment Start</>
)
}