first commit
This commit is contained in:
20
_mockApis/index.ts
Executable file
20
_mockApis/index.ts
Executable 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();
|
||||
Reference in New Issue
Block a user