Stub get context module

Co-authored-by: James Petts <jamesapetts@gmail.com>
Co-authored-by: Erik Ziegler <erik.sweed@gmail.com>
This commit is contained in:
dannyrb 2020-05-07 12:15:50 -04:00 committed by James A. Petts
parent 9f40ecb089
commit 7069627266

View File

@ -0,0 +1,10 @@
function getContextModule() {
return [
{
name: 'myContext',
context: '', // TODO => //ContextComponent,
},
];
}
export default getContextModule;