chore: add all the code from original repo
This commit is contained in:
5
app/components/Dashboard/Dashboard.tsx
Normal file
5
app/components/Dashboard/Dashboard.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import ItemsTable from './Items/ItemsTable';
|
||||
|
||||
export default function Dashboard() {
|
||||
return <ItemsTable />;
|
||||
}
|
||||
Reference in New Issue
Block a user