Files
auth-remote-react/src/features/auth/api/calls/index.ts

5 lines
133 B
TypeScript
Raw Normal View History

export * from "./login";
export * from "./register";
export * from "./logout";
export * from "../../../../shared/api/calls/refresh";