Files
Airframe-React/app/components/Layout/PageConfigContext.js
2019-08-15 00:54:44 +02:00

8 lines
112 B
JavaScript
Executable File

import React from 'react';
const PageConfigContext = React.createContext();
export {
PageConfigContext
};