Files
nebula.js/commands/serve/web/contexts/AppContext.js
Christoffer Åström a57abf1ead refactor: internal packages structure (#94)
* refactor: internal packages structure

* refactor: internal packages structure
2019-08-27 09:57:04 +02:00

6 lines
98 B
JavaScript

import React from 'react';
const AppContext = React.createContext();
export default AppContext;