From 6cf242d62ec055cc74a8e1bfcc1e4cedf3be3ff6 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sun, 1 Jan 2017 22:41:38 -0600 Subject: [PATCH] Linting. --- bikeshop_project/assets/js/components/SignedInList.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bikeshop_project/assets/js/components/SignedInList.jsx b/bikeshop_project/assets/js/components/SignedInList.jsx index c63c147..1991a20 100644 --- a/bikeshop_project/assets/js/components/SignedInList.jsx +++ b/bikeshop_project/assets/js/components/SignedInList.jsx @@ -1,5 +1,6 @@ +import React, { PropTypes } from 'react'; import { ListItem } from 'material-ui/List'; -import React from 'react'; +import moment from 'moment'; export default class SignedInList extends React.Component { constructor(props) {