Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into replace-local-session…
Browse files Browse the repository at this point in the history
…-with-db-session-model
  • Loading branch information
nwaughachukwuma committed Nov 25, 2024
2 parents 60aefd3 + 293743a commit 13e286f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</script>

<script lang="ts">
import { getSessionContext, type ChatItem } from '@/stores/sessionContext.svelte';
import { getSessionContext } from '@/stores/sessionContext.svelte';
import type { ContentCategory } from '@/utils/types';
import { env } from '@env';
import { parse } from 'marked';
Expand Down

0 comments on commit 13e286f

Please sign in to comment.