"use client";
import State from "../../../../components/contents/states/State";
export default function Warn(props) {
    const img = props?.img?.src || require("../../../../assets/animation/warn.gif");
    return <State {...props} img={{ src: img }}/>;
}
//# sourceMappingURL=Warn.jsx.map