mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
lint
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { get } from 'svelte/store'
|
||||
import type { Chat } from './Types.svelte'
|
||||
import { chatsStorage } from './Storage.svelte'
|
||||
import { getExcludeFromProfile } from './Settings.svelte';
|
||||
import { getExcludeFromProfile } from './Settings.svelte'
|
||||
|
||||
export const exportAsMarkdown = (chatId: number) => {
|
||||
const chats = get(chatsStorage)
|
||||
|
||||
Reference in New Issue
Block a user