Skip to content

Commit

Permalink
Revert unrelated changes to benchmark scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
soren121 committed Dec 15, 2024
1 parent e2edd45 commit 399a564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
/** @jsx jsx */
import { viewStyle } from './View'
import { css } from '@emotion/react'
import { css, jsx } from '@emotion/react'

const Box = ({
color,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { css } from '@emotion/react'
/** @jsx jsx */
import { css, jsx } from '@emotion/react'

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

0 comments on commit 399a564

Please sign in to comment.