import {Component} from 'san'; import Overview from './md/overview.md'; export default class Online extends Component { static template = `
`; static components = { 'doc-overview': Overview }; }