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