mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix lint error in DOM fixtures (#10369)
This commit is contained in:
committed by
Dan Abramov
parent
03ca99d9ba
commit
028e0ea937
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user