8
app/components/UncontrolledModal/context.js
Executable file
8
app/components/UncontrolledModal/context.js
Executable file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
|
||||
const { Provider, Consumer } = React.createContext();
|
||||
|
||||
export {
|
||||
Provider,
|
||||
Consumer
|
||||
}
|
Reference in New Issue
Block a user