mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Symbol palette: ui components were moved to shared folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useEffect, useRef, forwardRef } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import OLTooltip from '@/features/ui/components/ol/ol-tooltip'
|
||||
import OLTooltip from '@/shared/components/ol/ol-tooltip'
|
||||
|
||||
const SymbolPaletteItem = forwardRef(function ({
|
||||
focused,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { useCallback, useEffect, useState } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import PropTypes from 'prop-types'
|
||||
import OLFormControl from '@/features/ui/components/ol/ol-form-control'
|
||||
import OLFormControl from '@/shared/components/ol/ol-form-control'
|
||||
import useDebounce from '@/shared/hooks/use-debounce'
|
||||
|
||||
export default function SymbolPaletteSearch({ setInput, inputRef }) {
|
||||
|
||||
Reference in New Issue
Block a user