misc_pterodactyl-panel/resources/scripts/components/admin/users/UserEditContainer.tsx

9 lines
97 B
TypeScript
Raw Normal View History

2021-01-06 22:50:21 +00:00
import React from 'react';
export default () => {
return (
<>
</>
);
};