implement admin panel with login functionality and dashboard layout
This commit is contained in:
7
admin/src/components/UserTable.tsx
Normal file
7
admin/src/components/UserTable.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const UserTable: React.FC = () => {
|
||||
return <>User Table</>;
|
||||
};
|
||||
|
||||
export default UserTable;
|
Reference in New Issue
Block a user