diff --git a/src/app/components/organisms/Zabo/Zabo.tsx b/src/app/components/organisms/Zabo/Zabo.tsx index 9af1ef92..f7013fe9 100644 --- a/src/app/components/organisms/Zabo/Zabo.tsx +++ b/src/app/components/organisms/Zabo/Zabo.tsx @@ -21,15 +21,6 @@ export type ImageZaboProps = ZaboProps & { export type TextZaboProps = ZaboProps; -export type ZaboProps = Notice & - ZaboSize & { t: T }; - -export type ImageZaboProps = ZaboProps & { - imageUrl: string; -}; - -export type TextZaboProps = ZaboProps; - const Zabo = ( props: IsImage extends true ? ImageZaboProps