mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 10:55:34 +00:00
Satisfy the linter
This commit is contained in:
parent
f20fff1443
commit
bc3274c77e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user