mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
fix: added missing imports
This commit is contained in:
parent
398880a676
commit
efb479ee74
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 96d68bb9801411de58e6ec62c9d0e84bba631fdd
|
||||
Subproject commit dcd948d284b5f14a868480830e09b90496db8572
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue