Skip to content

Commit 028e0ea

Browse files
bvaughngaearon
authored andcommitted
Fix lint error in DOM fixtures (#10369)
1 parent 03ca99d commit 028e0ea

File tree

1 file changed

+2
-2
lines changed
  • fixtures/dom/src/components/fixtures/date-inputs

1 file changed

+2
-2
lines changed

fixtures/dom/src/components/fixtures/date-inputs/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
const React = window.React;
2-
31
import Fixture from '../../Fixture';
42
import FixtureSet from '../../FixtureSet';
53
import TestCase from '../../TestCase';
64
import SwitchDateTestCase from './switch-date-test-case';
75

6+
const React = window.React;
7+
88
class DateInputFixtures extends React.Component {
99
render() {
1010
return (

0 commit comments

Comments
 (0)