Refactor: Refactoring OllamaModal using shadcn. #1036 (#12530)

### What problem does this PR solve?

Refactor: Refactoring OllamaModal using shadcn.  #1036

### Type of change

- [x] Refactoring
This commit is contained in:
balibabu
2026-01-09 13:42:28 +08:00
committed by GitHub
parent a2db3e3292
commit 0878526ba8
4 changed files with 232 additions and 222 deletions

View File

@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2022",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,