ollama app welcome screen for first time run (#80)

This commit is contained in:
hoyyeva
2023-07-14 19:34:24 -04:00
committed by GitHub
parent 567e74e7d7
commit e88dd25bab
8 changed files with 2442 additions and 209 deletions

4
app/src/declarations.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.svg' {
const content: string;
export default content;
}