feat: add NewsPaymentPage component and error boundary for payment route
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Card } from '~/components/ui/card'
|
||||
|
||||
export const NewsPaymentPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<div className="sm-max:mx-5 relative">
|
||||
<Card>
|
||||
<h1>Payment</h1>
|
||||
</Card>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user