kcscDev/egovframe-template-simple-r.../src/pages/admin/logs/PrivacyLogs.jsx

13 lines
197 B
React
Raw Normal View History

import React from 'react';
function UserConnections(props) {
return (
<div className="container">
UserConnections
</div>
);
}
export default UserConnections;