Skip to content

Commit

Permalink
chore: remove block command implementation and clean up imports
Browse files Browse the repository at this point in the history
- Deleted the entire block command implementation from the codebase.
- Removed unused imports related to the block command in the components test file.
  • Loading branch information
alvarosabu committed Jan 16, 2025
1 parent 8472a25 commit 42c1c35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
30 changes: 0 additions & 30 deletions src/commands/block/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/commands/components/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { fetchComponents, saveComponentsToFiles } from './actions'
import { componentsCommand } from '.'
import chalk from 'chalk'
import { colorPalette } from '../../constants'
import { group } from 'node:console'

vi.mock('./actions', () => ({
fetchComponents: vi.fn(),
Expand Down

0 comments on commit 42c1c35

Please sign in to comment.