mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 17:35:16 +00:00
7 lines
229 B
JavaScript
7 lines
229 B
JavaScript
|
import React from 'react'; // TODO: check
|
||
|
|
||
|
var ToastContext = /*#__PURE__*/React.createContext({
|
||
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||
|
onClose: function onClose() {}
|
||
|
});
|
||
|
export default ToastContext;
|