Skip to content

Commit

Permalink
fix: Fixed n8n-square-button import. (#4024)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Sep 5, 2022
1 parent 2746905 commit bbd967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/plugins/n8nComponents.ts
Expand Up @@ -29,7 +29,7 @@ import N8nSelect from '../components/N8nSelect';
import N8nSpinner from '../components/N8nSpinner';
import N8nSticky from '../components/N8nSticky';
import N8nRadioButtons from '../components/N8nRadioButtons';
import N8nSquareButton from '../components/N8nInput';
import N8nSquareButton from '../components/N8nSquareButton';
import N8nTags from '../components/N8nTags';
import N8nTabs from '../components/N8nTabs';
import N8nTag from '../components/N8nTag';
Expand Down

0 comments on commit bbd967b

Please sign in to comment.