diff --git a/products/create-product.mdx b/products/create-product.mdx index 2ba503e..df89c02 100644 --- a/products/create-product.mdx +++ b/products/create-product.mdx @@ -102,7 +102,6 @@ import { priceItem, } from 'atmn'; - // Features export const canUseTokens = feature({ id: 'can_use_tokens', @@ -220,4 +219,3 @@ features: [canUseTokens, message, taskRuns] First, run `npx atmn auth` to authenticate yourself with the CLI. Then run `npx atmn push` to push your changes to Autumn's sandbox environment. -```