first commit

This commit is contained in:
meninjar
2025-06-20 02:59:01 +00:00
commit be4de9f24a
431 changed files with 35653 additions and 0 deletions

20
_mockApis/index.ts Executable file
View File

@@ -0,0 +1,20 @@
import mock from './mockAdapter';
import './apps/chat';
import './apps/ecommerce';
import './apps/userprofile/posts';
import './apps/userprofile/followers';
import './apps/userprofile/friends';
import './apps/userprofile/gallery';
import './apps/userprofile/photos';
import './apps/blog/index';
import './headerData';
import './apps/notes';
import './apps/tickets';
import './apps/email';
import './apps/invoice';
import './apps/contact';
import './headerData';
import './apps/kanban';
mock.onAny().passThrough();