import { Controller } from './Name.Controller';
import { Events } from './Name.Events';

export const Name = {
  Controller,
  Events,
};
