subscribe add

This commit is contained in:
CHIEFSOFT\ameye
2025-08-14 09:12:53 -04:00
parent fa6b53ede0
commit 8eefbbede8
2 changed files with 92 additions and 1 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
import React from 'react'
//import Signup2 from '../component/auth/Signup2'
import Subscribe from '../component/subscribe/Subscribe'
export default function SubscribePage() {
return (
<>Subscribe Payment Start</>
<Subscribe />
)
}