9 lines
190 B
React
9 lines
190 B
React
import React from 'react'
|
|
import SubscriptionsCom from '../components/transactions/SubscriptionsCom'
|
|
|
|
export default function SubscriptionsPage() {
|
|
return (
|
|
<SubscriptionsCom />
|
|
)
|
|
}
|