Skip to content

Commit

Permalink
Fix lint error in DOM fixtures (#10369)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored and gaearon committed Aug 3, 2017
1 parent 03ca99d commit 028e0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures/dom/src/components/fixtures/date-inputs/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const React = window.React;

import Fixture from '../../Fixture';
import FixtureSet from '../../FixtureSet';
import TestCase from '../../TestCase';
import SwitchDateTestCase from './switch-date-test-case';

const React = window.React;

class DateInputFixtures extends React.Component {
render() {
return (
Expand Down

0 comments on commit 028e0ea

Please sign in to comment.