import Hello from './components/hello/Hello'

export default {
  name: 'app',
  components: {
    Hello
  }
}