Modals and API calls working for admin tab
This commit is contained in:
7
src/ui/account/AccountsListSkeleton.tsx
Normal file
7
src/ui/account/AccountsListSkeleton.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function AccountsListSkeleton(){
|
||||
return (
|
||||
<div>
|
||||
Accounts List Skeleton
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user