Merge pull request #159 from davidmonterocrespo24/fix-sensor-control-panel-missing-i18n-import

fix(editor): add missing useTranslation import in SensorControlPanel
This commit is contained in:
David Montero Crespo 2026-05-09 19:21:49 -03:00 committed by GitHub
commit 6049bd1d81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
*/
import React, { useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import {
SENSOR_CONTROLS,
type SensorControl,