diff --git a/src/api.ts b/src/api.ts index 767f7416..e52891e6 100644 --- a/src/api.ts +++ b/src/api.ts @@ -1,10 +1,8 @@ - -// ##__API_RESOURCES_START__## -// ##__API_RESOURCES_TEMPLATE:: export { default as ##__RESOURCE_CLASS__## } from './resources/##__RESOURCE_TYPE__##' - import type { ResourceRel } from './resource' import type { TagType } from './resources/tags' +// ##__API_RESOURCES_START__## +// ##__API_RESOURCES_TEMPLATE:: export { default as ##__RESOURCE_CLASS__## } from './resources/##__RESOURCE_TYPE__##' /** * ©2023 Commerce Layer Inc. **/