mirror of
https://github.com/strapi/strapi.git
synced 2025-09-05 06:43:07 +00:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
![]() |
const init = initialState => {
|
||
|
return initialState;
|
||
|
};
|
||
|
|
||
|
export default init;
|