mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-06-28 13:03:57 +00:00
first commit
This commit is contained in:
17
app/(dashboard)/payments/page.tsx
Normal file
17
app/(dashboard)/payments/page.tsx
Normal file
@ -0,0 +1,17 @@
|
||||
'use client'
|
||||
import { PhoneInput } from '@/components/ui/phone-input'
|
||||
import React from 'react'
|
||||
|
||||
export default function MyPayments() {
|
||||
return (
|
||||
<div>
|
||||
<PhoneInput
|
||||
id="phone-number"
|
||||
name="phoneNumber"
|
||||
placeholder="Enter phone number"
|
||||
defaultCountry="MV"
|
||||
/>
|
||||
</div>
|
||||
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user