X Tutup
import { RESTART } from '../static/constants/actions'; export const restart = payload => ({ type: RESTART, payload });
X Tutup