added Station Add, Delete Update
This commit is contained in:
5
apps/hub/app/(app)/admin/user/loading.tsx
Normal file
5
apps/hub/app/(app)/admin/user/loading.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Loading } from '../../../_components/ui/Loading';
|
||||
|
||||
export default () => {
|
||||
<Loading />;
|
||||
};
|
||||
Reference in New Issue
Block a user