mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
linting
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script lang="ts">
|
||||
import {params, replace} from 'svelte-spa-router'
|
||||
import { params, replace } from 'svelte-spa-router'
|
||||
|
||||
import {apiKeyStorage, chatsStorage, clearChats, deleteChat} from './Storage.svelte'
|
||||
import {exportAsMarkdown} from './Export.svelte'
|
||||
import { apiKeyStorage, chatsStorage, clearChats, deleteChat } from './Storage.svelte'
|
||||
import { exportAsMarkdown } from './Export.svelte'
|
||||
import _ from 'lodash'
|
||||
$: sortedChats = $chatsStorage.sort((a, b) => b.id - a.id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user