Skip to content

Commit

Permalink
fix bad code
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Aug 28, 2020
1 parent f3bef57 commit d220a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styled-components/src/test/basic.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow
/* eslint-disable no-console */
import hoist from 'hoist-non-react-statics';
import hoistStatics from 'hoist-non-react-statics';
import React, { Component, StrictMode } from 'react';
import { findDOMNode } from 'react-dom';
import { findRenderedComponentWithType, renderIntoDocument } from 'react-dom/test-utils';
Expand Down

0 comments on commit d220a20

Please sign in to comment.