Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Apr 4, 2022
1 parent e21d653 commit 29b2622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/services/content/Services.js
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { observer, PropTypes as MobxPropTypes } from 'mobx-react';
import { observer } from 'mobx-react';
import { Link } from 'react-router';
import { defineMessages, intlShape } from 'react-intl';
import injectSheet from 'react-jss';
Expand All @@ -9,7 +9,6 @@ import { ipcRenderer } from 'electron';
import Appear from '../../ui/effects/Appear';
import { RESIZE_SERVICE_VIEWS } from '../../../ipcChannels';
import ServiceView from './ServiceView';
import { TODOS_RECIPE_ID } from '../../../features/todos';

const messages = defineMessages({
welcome: {
Expand Down

0 comments on commit 29b2622

Please sign in to comment.