aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent-description.ts
blob: f97b60e128dc8d0d1b4faac01707d8b68cd19660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export { ComponentDescription }

import { ComponentVEvent } from './vevent'

/*
  <vevent-description />
*/
class ComponentDescription extends ComponentVEvent {
    constructor() {
        super();
    }
}