{"ast":null,"code":"const initialState = {};\nexport default function userReducer() {\n  let state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : initialState;\n  let action = arguments.length > 1 ? arguments[1] : undefined;\n  switch (action.type) {\n    default:\n      return state;\n  }\n}","map":{"version":3,"names":["initialState","userReducer","state","action","type"],"sources":["C:/Users/user/Desktop/05mediaSocial/client/src/reducers/user.reducer.js"],"sourcesContent":["\r\nconst initialState={};\r\n\r\nexport default function userReducer(state=initialState,action){\r\n    switch(action.type){\r\n\r\n\r\n        default:\r\n            return state\r\n\r\n    }\r\n}"],"mappings":"AACA,MAAMA,YAAY,GAAC,CAAC,CAAC;AAErB,eAAe,SAASC,WAAW,GAA2B;EAAA,IAA1BC,KAAK,uEAACF,YAAY;EAAA,IAACG,MAAM;EACzD,QAAOA,MAAM,CAACC,IAAI;IAGd;MACI,OAAOF,KAAK;EAAA;AAGxB"},"metadata":{},"sourceType":"module","externalDependencies":[]}