mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
add missing events collection to app container
This commit is contained in:
parent
133ec83e5e
commit
53976b2608
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import Telescope from 'meteor/nova:lib';
|
||||
import React from 'react';
|
||||
import Posts from "meteor/nova:posts";
|
||||
import Events from "meteor/nova:events";
|
||||
|
||||
import { graphql } from 'react-apollo';
|
||||
import gql from 'graphql-tag';
|
||||
|
@ -14,6 +15,7 @@ const AppContainer = (props, context) => {
|
|||
refetchQuery={refetch}
|
||||
currentUser={currentUser}
|
||||
categories={categories}
|
||||
events={Events}
|
||||
{...props}
|
||||
/>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue