Delete useApiFetch.ts wrapper (returned T|null) and update prep.ts and
prep.test.ts to import useApiFetch from useApi.ts directly, destructuring
{ data, error } to match the established pattern used by all other stores.
|
||
|---|---|---|
| .. | ||
| digest.ts | ||
| interviews.test.ts | ||
| interviews.ts | ||
| jobs.ts | ||
| prep.test.ts | ||
| prep.ts | ||
| review.ts | ||