Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 88b6da1

Browse files
committed
Disable eslint warning
1 parent ee1f29d commit 88b6da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/containers/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22
import { connect } from 'react-redux';
33
import { loadApp, checkApiStatus } from '../actions/app';
44

5+
// eslint-disable-next-line
56
import styles from './app.css';
67

78
type Props = {

0 commit comments

Comments
 (0)