Skip to content

Commit 4fe2a9a

Browse files
authored
Merge pull request #42 from bernard-kms/fix/import-path
Fix relative path to import types
2 parents e2fac65 + 8f60c72 commit 4fe2a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import DaumPostcode, { DaumPostcodeProps } from './DaumPostcode';
2-
import { Address, Search, State } from 'loadPostcode';
2+
import { Address, Search, State } from './loadPostcode';
33

44
export type { DaumPostcodeProps, Address, Search, State };
55
export { DaumPostcode };

0 commit comments

Comments
 (0)