fixed ButtonSet import

This commit is contained in:
jasquat 2023-07-12 10:55:18 -04:00
parent eeb45780da
commit bd78268b29
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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,