Browse Source

Linting.

feature/python-error-tracking
Drew Larson 7 years ago
parent
commit
6cf242d62e
  1. 3
      bikeshop_project/assets/js/components/SignedInList.jsx

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

Loading…
Cancel
Save