Commit 14aa820
Bahtya
fix: add TimeRange to date/index.ts re-export
The shared/index.ts re-exports TimeRange from ./date, but TimeRange was
missing from the date barrel (shared/date/index.ts). This caused a
resolution failure. TimeRange is defined in shared/date/types.ts
alongside DateRange and other date types, so it belongs in the same
barrel export.
Verified: build passes and TimeRange appears in dist/shared.d.ts.
Bahtya1 parent 5673bf9 commit 14aa820
File tree
1 file changed
+1
-0
lines changed1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments