Skip to content

Commit 399a564

Browse files
committed
Revert unrelated changes to benchmark scripts
1 parent e2edd45 commit 399a564

File tree

2 files changed

+4
-4
lines changed
  • scripts/benchmarks/src/implementations/emotion-css-prop

2 files changed

+4
-4
lines changed

scripts/benchmarks/src/implementations/emotion-css-prop/Box.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import React from 'react'
1+
/** @jsx jsx */
22
import { viewStyle } from './View'
3-
import { css } from '@emotion/react'
3+
import { css, jsx } from '@emotion/react'
44

55
const Box = ({
66
color,

scripts/benchmarks/src/implementations/emotion-css-prop/Dot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from 'react'
2-
import { css } from '@emotion/react'
1+
/** @jsx jsx */
2+
import { css, jsx } from '@emotion/react'
33

44
const Dot = ({ size, x, y, children, color }) => (
55
<div

0 commit comments

Comments
 (0)