Skip to content

Commit

Permalink
Add imports for Task in theme profile
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jan 9, 2025
1 parent d33d13e commit 7d21e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/theme/src/cli/commands/theme/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ import ThemeCommand from '../../utilities/theme-command.js'
import {profile} from '../../services/profile.js'
import {ensureThemeStore} from '../../utilities/theme-store.js'
import {findOrSelectTheme} from '../../utilities/theme-selector.js'
import {renderTasksToStdErr} from '../../utilities/theme-ui.js'
import {ensureAuthenticatedThemes} from '@shopify/cli-kit/node/session'
import {Flags} from '@oclif/core'
import {globalFlags} from '@shopify/cli-kit/node/cli'
import {Task} from '@shopify/cli-kit/node/ui'

export default class Profile extends ThemeCommand {
static summary = 'Profile the Liquid rendering of a theme page.'
Expand Down

0 comments on commit 7d21e67

Please sign in to comment.