Merge branch 'fix-export' into 'develop'
Fix exporting of types See merge request soapbox-pub/soapbox!2347
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
export { customEmojiSchema, CustomEmoji } from './custom-emoji';
|
||||
export { groupSchema, Group } from './group';
|
||||
export { groupRelationshipSchema, GroupRelationship } from './group-relationship';
|
||||
export { customEmojiSchema } from './custom-emoji';
|
||||
export type { CustomEmoji } from './custom-emoji';
|
||||
export { groupSchema } from './group';
|
||||
export type { Group } from './group';
|
||||
export { groupRelationshipSchema } from './group-relationship';
|
||||
export type { GroupRelationship } from './group-relationship';
|
||||
|
||||
Reference in New Issue
Block a user