Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to babel 7 - Take II #5151

Merged
merged 6 commits into from
Sep 25, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Using correct import scope for Spinner in OutputList.
dennisoelkers committed Sep 25, 2018
commit 83a61dec2e3ca0784997bcbf7842137bb532a57f
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import React from 'react';
import { Alert, Col, Row } from 'react-bootstrap';
import naturalSort from 'javascript-natural-sort';

import { Spinner } from 'components/common/Spinner';
import { Spinner } from 'components/common';
import Output from 'components/outputs/Output';

class OutputList extends React.Component {