fixed ButtonSet import
This commit is contained in:
parent
eeb45780da
commit
bd78268b29
|
@ -8,7 +8,6 @@ import {
|
||||||
} from 'react-router-dom';
|
} from 'react-router-dom';
|
||||||
import {
|
import {
|
||||||
Send,
|
Send,
|
||||||
ButtonSet,
|
|
||||||
Checkmark,
|
Checkmark,
|
||||||
Edit,
|
Edit,
|
||||||
InProgress,
|
InProgress,
|
||||||
|
@ -25,6 +24,7 @@ import {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
} from '@carbon/icons-react';
|
} from '@carbon/icons-react';
|
||||||
import {
|
import {
|
||||||
|
ButtonSet,
|
||||||
Grid,
|
Grid,
|
||||||
Column,
|
Column,
|
||||||
Button,
|
Button,
|
||||||
|
|
Loading…
Reference in New Issue