Skip to content

Commit

Permalink
fix: exports 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Jan 15, 2025
1 parent 5ee291b commit e15c5f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/docs/react/components/AspectRatio.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState } from 'react';
import { AspectRatio } from '@modern-kit/react'
import { AspectRatio } from '@modern-kit/react';

# AspectRatio

Expand Down
35 changes: 5 additions & 30 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,40 +73,15 @@
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./dist": {
"./dist/*": {
"types": "./dist/*",
"require": "./dist/*",
"import": "./dist/*"
},
"./components": {
"types": "./dist/components/index.d.ts",
"require": "./dist/components/index.js",
"import": "./dist/components/index.mjs"
},
"./utils": {
"types": "./dist/utils/index.d.ts",
"require": "./dist/utils/index.js",
"import": "./dist/utils/index.mjs"
},
"./hooks": {
"types": "./dist/hooks/index.d.ts",
"require": "./dist/hooks/index.js",
"import": "./dist/hooks/index.mjs"
},
"./components/*": {
"types": "./dist/components/*/index.d.ts",
"require": "./dist/components/*/index.js",
"import": "./dist/components/*/index.mjs"
},
"./hooks/*": {
"types": "./dist/hooks/*/index.d.ts",
"require": "./dist/hooks/*/index.js",
"import": "./dist/hooks/*/index.mjs"
},
"./utils/*": {
"types": "./dist/utils/*/index.d.ts",
"require": "./dist/utils/*/index.js",
"import": "./dist/utils/*/index.mjs"
"./*": {
"types": "./dist/*/index.d.ts",
"require": "./dist/*/index.js",
"import": "./dist/*/index.mjs"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit e15c5f5

Please sign in to comment.