import { createAction } from '@reduxjs/toolkit'; export const initialize = createAction('initialize'); export const reset = createAction('reset');