diff --git a/libs/ui/src/components/atoms/index.ts b/libs/ui/src/components/atoms/index.ts index 294a5bc9..d6178256 100644 --- a/libs/ui/src/components/atoms/index.ts +++ b/libs/ui/src/components/atoms/index.ts @@ -10,6 +10,7 @@ export * from './Tooltip'; export * from './Typography'; export * from './Loading'; export * from './Link'; +export * from './Radio'; export * from './Select'; export * from './Spinner'; // TODO: DELETE / REPLACE this with Loader Breaking Change export * from './Divider';