diff options
Diffstat (limited to 'integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx')
-rw-r--r-- | integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx b/integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx index bf1477672..742d08ae4 100644 --- a/integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx +++ b/integration/snapshots/custom-emotion-jsx/file.hmr.debug.jsx @@ -21,7 +21,7 @@ Bun.activate(true); var hmr = new FastHMR(2497996991, "custom-emotion-jsx/file.jsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { var Foo = () => jsx("div", { - css: {content: '"it worked!"' } + css: { content: '"it worked!"' } }, undefined, false, undefined, this); function test() { const element = document.createElement("div"); |