Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpople committed Jan 17, 2025
1 parent cc5c36e commit 1f17cf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { AntRadioGroupProps as RadioGroupProps } from "fidesui";
import {
AntFlex as Flex,
AntRadio as Radio,
AntRadioGroupProps as RadioGroupProps,
FormControl,
Grid,
RadioChangeEvent,
Expand Down
2 changes: 2 additions & 0 deletions clients/fidesui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ export type {
FormInstance as AntFormInstance,
InputProps as AntInputProps,
ListProps as AntListProps,
RadioGroupProps as AntRadioGroupProps,
SelectProps as AntSelectProps,
SwitchProps as AntSwitchProps,
GetProps,
InputRef,
RadioChangeEvent,
} from "antd/lib";
export {
Alert as AntAlert,
Expand Down

0 comments on commit 1f17cf1

Please sign in to comment.