UNPKG
@waweb/microbase.context.app
Version:
latest (0.0.1)
0.0.1
watheialabs.com/microbase
@waweb/microbase.context.app
/
dist
/
app-context.js
8 lines
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
AppContext
=
void
0
;
const
react_1 =
require
(
"react"
);
exports
.
AppContext
= react_1.
createContext
({
color
:
'#215C94'
});
//# sourceMappingURL=app-context.js.map