mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov-ui.git
synced 2025-10-29 09:42:23 +00:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
import React from 'react';
|
|
import UserTable from './Table';
|
|
|
|
const UsersPage = () => <UserTable />;
|
|
|
|
export default UsersPage;
|