Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-faraday
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-faraday
d3a86b5fd8d921c4dd563c59488911ed6b962586
xpub-faraday
packages
component-invite
index.js
Find file
Normal view
History
Permalink
index.js
75 B
Newer
Older
added teams for reviewers and HEs
Sebastian
committed
7 years ago
1
2
3
module
.
exports
=
{
backend
:
()
=>
app
=>
require
(
'
./src/Invite
'
)(
app
),
}