4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
const state = { mailTo: undefined, debugModalMessage: undefined };
|
|
|
|
export default state;
|