15 lines
488 B
TypeScript
15 lines
488 B
TypeScript
import { FunZonePartySection } from '../../parties/FunZonePartySection'
|
|
|
|
export function PurchaseSuppliers() {
|
|
return (
|
|
<FunZonePartySection
|
|
config={{
|
|
kind: 'supplier',
|
|
title: 'تأمینکنندگان',
|
|
subtitle: 'مالکان مجموعهها از اپلیکیشن مالکان — منبع داده فانزون، مشابه «تأمینکنندگان» در سپیدار',
|
|
externalSource: 'funzone_owner',
|
|
}}
|
|
/>
|
|
)
|
|
}
|