Files
HellreigN/frontend/src/shared/api/index.ts
T
nikitaa_ts f073756e92
ci-front / build (push) Successful in 1m58s
feat: add shared
2026-04-03 20:00:51 +03:00

3 lines
88 B
TypeScript

export { apiClient } from "./axios.instance";
export { useApi } from "./hooks/use.api";