tier page

This commit is contained in:
efrilm
2025-09-17 20:21:28 +07:00
parent 185edb94cb
commit 4655411b24
9 changed files with 1031 additions and 3 deletions
@@ -0,0 +1,7 @@
import TierList from '@/views/apps/marketing/tier'
const TierPage = () => {
return <TierList />
}
export default TierPage