fix: added missing imports

This commit is contained in:
johnsoncherian 2025-04-10 23:59:30 +05:30
parent 398880a676
commit efb479ee74
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 96d68bb9801411de58e6ec62c9d0e84bba631fdd
Subproject commit dcd948d284b5f14a868480830e09b90496db8572

View file

@ -1,5 +1,5 @@
/* eslint-disable import/no-unresolved */
import React, { useEffect, useRef, useState } from 'react';
import React, { useEffect, useMemo, useRef, useState } from 'react';
import { PreviewBox } from './PreviewBox';
import { ToolTip } from '@/Editor/Inspector/Elements/Components/ToolTip';
import { useTranslation } from 'react-i18next';

@ -1 +1 @@
Subproject commit 381d9771d1e237285a362f0c75bffe68f6de707f
Subproject commit 683647f83d3efeeadbe69c40b8e8dd5ba4e8ea06