Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Sep 5, 2022
1 parent 0a786c6 commit 23553b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babel.js
Expand Up @@ -16,7 +16,7 @@ import {
} from './_utils'
import { STYLE_COMPONENT } from './_constants'

export { default as babelMacro } from './macro'
import { default as babelMacro } from './macro'
import { default as babelTest } from './babel-test'

export function macro() {
Expand Down

0 comments on commit 23553b8

Please sign in to comment.