fix: TypeScript errors — NominatimItem import, unknown ReactNode, unused deliveryType, effect generics, export name

This commit is contained in:
kirill.komarov
2026-05-13 22:16:00 +05:00
parent a06f9cf2c4
commit c6b542bd95
7 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export { AdminTable } from './AdminTable'
export type { Column as AdminTableColumn } from './AdminTable'
export type { AdminTableColumn } from './AdminTable'