oak-general-business/app/components/userRelation/cell/index.tsx

12 lines
185 B
TypeScript

import React, { Component } from 'react';
export default function render() {
const { rows } = this.state;
return (
<div>
</div>
);
}