Skip to content

Commit

Permalink
Fix import in theme preview
Browse files Browse the repository at this point in the history
  • Loading branch information
kemmerle committed Nov 22, 2024
1 parent 55dd555 commit d70e164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/theme/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const {
COMPONENT_TYPES,
} = require('../../lib/projectStructure');
const { preview } = require('@hubspot/theme-preview-dev-server');
const { hasFeature } = require('../../lib/hasFeature');
const i18nKey = 'commands.theme.subcommands.preview';

exports.command = 'preview [--src] [--dest]';
Expand Down

0 comments on commit d70e164

Please sign in to comment.