mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 22:39:26 +01:00
6 lines
198 B
JavaScript
Vendored
6 lines
198 B
JavaScript
Vendored
import React from 'react';
|
|
var ModalContext = React.createContext({
|
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
onHide: function onHide() {}
|
|
});
|
|
export default ModalContext; |