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:
commit
6049bd1d81
|
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import {
|
||||
SENSOR_CONTROLS,
|
||||
type SensorControl,
|
||||
|
|
|
|||
Loading…
Reference in New Issue