import { createContext } from 'react' export const IdWellContext = createContext(null) export const RootPathContext = createContext('')