Skip to content

Commit

Permalink
Export faker
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Mar 18, 2024
1 parent d761e85 commit a9819ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export {default as dataModules} from '@data/demo/modules';
export {default as dataSocialTitles} from '@data/demo/socialTitles';
export {default as dataTitles} from '@data/demo/titles';

export {default as fakerCustomer} from '@data/faker/customer';
export {default as fakerGroup} from '@data/faker/group';
export {default as fakerModule} from '@data/faker/module';
export {default as fakerTitle} from '@data/faker/title';

// Export Pages
export * as CommonPage from '@pages/commonPage';
// Export Pages BO
Expand Down

0 comments on commit a9819ff

Please sign in to comment.