We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2fac65 + 8f60c72 commit 4fe2a9aCopy full SHA for 4fe2a9a
1 file changed
src/index.ts
@@ -1,5 +1,5 @@
1
import DaumPostcode, { DaumPostcodeProps } from './DaumPostcode';
2
-import { Address, Search, State } from 'loadPostcode';
+import { Address, Search, State } from './loadPostcode';
3
4
export type { DaumPostcodeProps, Address, Search, State };
5
export { DaumPostcode };
0 commit comments