From f79eea185426f28fbe68d87f4360cb714db5f56d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 2 Sep 2015 16:24:41 -0400 Subject: Moving config.js to /web/react/utils/ Including in every file needed --- web/react/components/post_list.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/react/components/post_list.jsx') diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index 62925b9c5..67d21f67a 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -15,6 +15,8 @@ var AppDispatcher = require('../dispatcher/app_dispatcher.jsx'); var Constants = require('../utils/constants.jsx'); var ActionTypes = Constants.ActionTypes; +import {strings} from '../utils/config.js'; + export default class PostList extends React.Component { constructor() { super(); -- cgit v1.2.3-1-g7c22