Skip to content
Snippets Groups Projects
Commit 6cc47eae authored by Lionel Trebuchon's avatar Lionel Trebuchon
Browse files

Added export to eventView.

parent e3aefa3f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import { Events as config } from './config.json';
const m = require('mithril');
class EventView extends ItemView {
export class EventView extends ItemView {
constructor() {
super('events');
this.memberships = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment