Skip to content

Commit 892855c

Browse files
committed
fix: remove unused export of region from endpoints
1 parent 2dd82f2 commit 892855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export { jsonToHTML } from './json-to-html'
1414
export { GQL } from './gql'
1515
export { addTags as addEditableTags } from './entry-editable'
1616
export { updateAssetURLForGQL } from './updateAssetURLForGQL'
17-
export { getContentstackEndpoint, Region, ContentstackEndpoints } from './endpoints'
17+
export { getContentstackEndpoint, ContentstackEndpoints } from './endpoints'

0 commit comments

Comments
 (0)