Skip to content

Commit

Permalink
feat(data): add meetings data
Browse files Browse the repository at this point in the history
  • Loading branch information
adamweeks committed Nov 4, 2019
1 parent 0568cb5 commit 2fb36ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/data/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import people from './people';
import activities from './activities';
import meetings from './meetings';
import people from './people';
import rooms from './rooms';

// Export all data as one JSON object
export default {activities, people, rooms};
export default {activities, meetings, people, rooms};

0 comments on commit 2fb36ac

Please sign in to comment.