import { Home } from '../container/Home';

export default [{
  path: '/home',
  component: Home,
}];
