Commit 45f3c43
committed
fix(referents): avoid server-only transitive import in admin SearchForm
Importing ReferentsSearchForm from the ~/modules/referents barrel dragged
PublicReferentDetail → layout → server/auth → server/db → postgres into
the admin SearchForm client bundle, breaking `next build`. Revert to the
direct path and remove the barrel re-export.1 parent 33cf057 commit 45f3c43
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments