import * as React from "react";

export const PlayerStateContext = React.createContext<Record<string, any>>({});
