mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): Unify Callout components (#3798)
* ✨ Implemented a single Callout component * ✔️ Updating test snapshots and fixing lint warnings
This commit is contained in:
committed by
GitHub
parent
0ecbb4a19d
commit
ad8d662976
@@ -41,7 +41,6 @@ import N8nBadge from './N8nBadge';
|
||||
import N8nButton from './N8nButton';
|
||||
import { N8nElButton } from './N8nButton/overrides';
|
||||
import N8nCallout from './N8nCallout';
|
||||
import N8nPanelCallout from './N8nPanelCallout';
|
||||
import N8nCard from './N8nCard';
|
||||
import N8nFormBox from './N8nFormBox';
|
||||
import N8nFormInput from './N8nFormInput';
|
||||
@@ -86,7 +85,6 @@ export {
|
||||
N8nButton,
|
||||
N8nElButton,
|
||||
N8nCallout,
|
||||
N8nPanelCallout,
|
||||
N8nCard,
|
||||
N8nHeading,
|
||||
N8nFormBox,
|
||||
|
||||
Reference in New Issue
Block a user