.
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
export const RouterContext = React.createContext(null);
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
RouterContext.displayName = 'RouterContext';
|
||||
}
|
||||
|
||||
//# sourceMappingURL=router-context.shared-runtime.js.map
|
||||
Reference in New Issue
Block a user