import { createContext } from 'react'; export const PanicContext = createContext({ panicked: false });