Change the three entities to their new definitions.

This commit is contained in:
elweyn 2022-08-16 08:24:13 +02:00
parent 277b5fde24
commit 73b7d38301
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
export { Contribution } from './0039-contributions_table/Contribution'
export { Contribution } from './0046-messages_tables/Contribution'

View File

@ -0,0 +1 @@
export { Message } from './0046-messages_tables/Message'

View File

@ -1 +1 @@
export { User } from './0040-add_contribution_link_id_to_user/User'
export { User } from './0046-messages_tables/User'