11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
import * as React from "react";
|
|
const matchContext = React.createContext(void 0);
|
|
const dummyMatchContext = React.createContext(
|
|
void 0
|
|
);
|
|
export {
|
|
dummyMatchContext,
|
|
matchContext
|
|
};
|
|
//# sourceMappingURL=matchContext.js.map
|