Commit d7383d2
committed
fix: remove non-existent SSEEventType import from Linux Desktop guide
The page.tsx code example imported SSEEventType from @/types, but this
type was never defined in the types/index.ts file and wasn't used in
the component. This caused TypeScript compilation errors when following
the guide.1 parent 16430b3 commit d7383d2
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
730 | 728 | | |
731 | 729 | | |
732 | 730 | | |
733 | | - | |
| 731 | + | |
734 | 732 | | |
735 | 733 | | |
736 | 734 | | |
| |||
0 commit comments