import React from "react"; import { useI18n } from "../utils/i18n/i18n.hooks"; export const GudiepanelIllustration = () => { const translate = useI18n("GuidePanel"); return ( ); };