fix imports

This commit is contained in:
SachaG 2017-09-13 12:12:24 +02:00
parent acf6bba6e3
commit af22ba4e84
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ import { Components, getRawComponent, replaceComponent } from 'meteor/vulcan:cor
import React from 'react';
import { FormattedMessage } from 'meteor/vulcan:i18n';
import { Link } from 'react-router';
import Posts from "meteor/vulcan:posts";
import { Posts } from 'meteor/example-forum';
import moment from 'moment';
class CustomPostsItem extends getRawComponent('PostsItem') {

View file

@ -1,4 +1,4 @@
import Posts from "meteor/vulcan:posts";
import { Posts } from 'meteor/example-forum';
/*
Let's assign a color to each post (why? cause we want to, that's why).