Skip to content
Snippets Groups Projects
Commit 4fd8f447 authored by Sebastian's avatar Sebastian
Browse files

feat(component-invite): fix index

parent 70561b5c
No related branches found
No related tags found
No related merge requests found
module.exports = {
backend: () => app => {
require('./src/Invite')(app)
require('./src/AcceptRefuseWork')(app)
require('./src/HandleInvitation')(app)
},
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment