mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 12:53:03 +00:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
const init = initialState => {
|
|
return initialState;
|
|
};
|
|
|
|
export default init;
|