import React from 'react'; const FlagContext = React.createContext(null); export default FlagContext;