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) {