Skip to content

Commit

Permalink
fix(beta): fix styled export in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Apr 17, 2023
1 parent 654772a commit 332372a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"require": "./build/index.js"
},
"./styled-components": {
"import": "./build/utils/styled-components.js",
"types": "./types/utils/styled-components.d.ts"
"import": "./build/utils/styled.js",
"types": "./types/utils/styled.d.ts"
}
},
"repository": "[email protected]:SoftwareBrothers/adminjs-design-system.git",
Expand Down

0 comments on commit 332372a

Please sign in to comment.