feat: rosepine custom theme

This commit is contained in:
Timothy J. Baek 2024-01-01 16:05:05 -08:00
parent 6f907784fb
commit af6e4eb904
11 changed files with 168 additions and 39 deletions

View file

@ -4,7 +4,7 @@
const { saveAs } = fileSaver;
import { getChatById } from '$lib/apis/chats';
import { chatId, db, modelfiles } from '$lib/stores';
import { chatId, modelfiles } from '$lib/stores';
export let initNewChat: Function;
export let title: string = 'Ollama Web UI';