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