import { createContext } from 'react'

// when true, non-root-layout routes render a placeholder instead of content
export const SpaShellContext = createContext(false)
