oak-general-business/app/pages/userRelation/detail/index.tsx

12 lines
164 B
TypeScript

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