Commit 65e6482
committed
fix(modal): use 'import type' for TypeScript type-only imports
Vite strips TypeScript types at runtime, so IndexingPhase and IndexingStats
must be imported with 'import type' to avoid runtime errors.1 parent 6e4294e commit 65e6482
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments