fix: add missing import

This commit is contained in:
Mohamed Marrouchi 2025-03-24 09:57:38 +01:00
parent 1b6808852e
commit 3ca4ca0e2b

View File

@ -6,6 +6,8 @@
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
*/
import Handlebars from 'handlebars';
import { I18nService } from '@/i18n/services/i18n.service';
import { getRandomElement } from '@/utils/helpers/safeRandom';