hooked up all items on the list settings section

This commit is contained in:
Edward Tirado Jr 2026-04-05 00:36:20 -05:00
parent 53df349d9f
commit 91173021b2
32 changed files with 578 additions and 178 deletions

2
app/types/api.ts Normal file
View file

@ -0,0 +1,2 @@
export type ResourceResponse<T> = { data: T }
//export type PaginatedResponse<T> = { data: T[]; meta: PaginationMeta; links: Links }