mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
fix imports
This commit is contained in:
parent
acf6bba6e3
commit
af22ba4e84
2 changed files with 2 additions and 2 deletions
|
@ -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') {
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue