Skip to content

Commit

Permalink
remove unordered imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbrewster committed Aug 20, 2019
1 parent 75ffff3 commit f5abf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-console/src/components/show-log/show-log.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import axios from 'axios';
import copy from 'copy-to-clipboard';
import React from 'react';

import { Loader } from '..';
import { AppToaster } from '../../singletons/toaster';
import { UrlBaser } from '../../singletons/url-baser';
import { QueryManager } from '../../utils';

import './show-log.scss';
import { Loader } from '..';

function removeFirstPartialLine(log: string): string {
const lines = log.split('\n');
Expand Down

0 comments on commit f5abf1d

Please sign in to comment.