Satisfy the linter

This commit is contained in:
Oliver Jägle 2024-12-18 00:42:56 +01:00
parent f20fff1443
commit bc3274c77e
No known key found for this signature in database
GPG Key ID: 866E2BD1777473E9

View File

@ -3,10 +3,10 @@ import { useCallback, useEffect, useState } from 'react';
import { toast } from 'react-toastify'; import { toast } from 'react-toastify';
import { import {
chatId as chatIdStore, chatId as chatIdStore,
description as descriptionStore,
db, db,
updateChatDescription, description as descriptionStore,
getMessages, getMessages,
updateChatDescription,
} from '~/lib/persistence'; } from '~/lib/persistence';
interface EditChatDescriptionOptions { interface EditChatDescriptionOptions {