Skip to content

Commit

Permalink
fix(type): export user and photo
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Feb 11, 2023
1 parent fc60912 commit 27e352e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/type/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export * from './global.js';
export * from './i18n.js';
export * from './type-helper.js';
export * from './event-signal.js';
export * from './user.js';
export * from './photo.js';

Alwatr.registeredList.push({
name: '@alwatr/type',
Expand Down

0 comments on commit 27e352e

Please sign in to comment.