Skip to content

Commit

Permalink
remove redundant .default files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed May 4, 2023
1 parent 282de7d commit 2e01219
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions packages/native/macro.d.mts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './macro.js'
export { _default as default } from './macro.default.js'
import styled from '@emotion/native'
export * from '@emotion/native'
export default styled
1 change: 0 additions & 1 deletion packages/native/macro.default.d.ts

This file was deleted.

5 changes: 3 additions & 2 deletions packages/styled/macro.d.mts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './macro.js'
export { _default as default } from './macro.default.js'
import styled from '@emotion/styled'
export * from '@emotion/styled'
export default styled
1 change: 0 additions & 1 deletion packages/styled/macro.default.d.ts

This file was deleted.

0 comments on commit 2e01219

Please sign in to comment.