Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import { CURRENT_APPOINTMENT_REQUEST } from "../constants/Common";
  2.  
  3. export function currentAppointmentRequest() {
  4. return {
  5. type: CURRENT_APPOINTMENT_REQUEST
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement