1 2 3 4 5
import { INITIALIZE_WS } from "./constants" export const initializeWs = () => ({ type: INITIALIZE_WS })