import { createContext } from 'react'

export const ServerLocationContext = createContext<URL | undefined>(undefined)
