diff --git a/src/components/Radio.tsx b/src/components/Radio.tsx
index 5d6f19b..7b63498 100644
--- a/src/components/Radio.tsx
+++ b/src/components/Radio.tsx
@@ -9,6 +9,7 @@ import {
ParentProps,
Show,
} from 'solid-js';
+import { Dynamic } from 'solid-js/web';
interface RadioProps {
name?: string;
@@ -17,6 +18,11 @@ interface RadioProps {
onChange?: (value?: boolean) => void;
}
+const RadioIcon = [
+ () => ,
+ () => ,
+];
+
const Radio: ParentComponent = (props) => {
const mProps = mergeProps[]>(
{
@@ -44,11 +50,7 @@ const Radio: ParentComponent = (props) => {
return (