diff options
Diffstat (limited to 'diplomacy/web/src/gui/components/page_context.jsx')
-rw-r--r-- | diplomacy/web/src/gui/components/page_context.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/diplomacy/web/src/gui/components/page_context.jsx b/diplomacy/web/src/gui/components/page_context.jsx new file mode 100644 index 0000000..cfb8252 --- /dev/null +++ b/diplomacy/web/src/gui/components/page_context.jsx @@ -0,0 +1,3 @@ +import React from "react"; + +export const PageContext = React.createContext(null); |