UNPKG

@xrengine/server-core

Version:

Shared components for XREngine server

7 lines (5 loc) 359 B
import MatchInstance from './match-instance/match-instance.service' import MatchTicketAssignment from './match-ticket-assignment/match-ticket-assignment.service' import MatchTicket from './match-ticket/match-ticket.service' import MatchUser from './match-user/match-user.service' export default [MatchTicket, MatchTicketAssignment, MatchUser, MatchInstance]