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