lint: final fix

This commit is contained in:
Alex
2024-09-08 23:19:10 +01:00
parent fe78e9a336
commit f105fd1b2c
7 changed files with 11 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import Trash from '../assets/trash.svg';
import Arrow2 from '../assets/dropdown-arrow.svg';
import { Doc } from '../preferences/preferenceApi';
import { Doc } from '../models/misc';
import { useDispatch } from 'react-redux';
import { useTranslation } from 'react-i18next';
type Props = {