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

11 lines
168 B
TypeScript

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