import El from 'el.js'

import html from '../templates/modal'

export default class Modal extends El.View
  tag: 'daisho-modal'
  html: html
