mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
05.03.2019 cbf48935568b188e4d56c1d9dd8ec65237590e03
borgbutler-webapp/src/components/views/jobs/JobQueue.jsx
@@ -1,5 +1,5 @@
import React from 'react';
import { Collapse, Button, CardBody, Card } from 'reactstrap';
import {Button, Card, CardBody, Collapse} from 'reactstrap';
import Job from "./Job";
class JobQueue extends React.Component {