import { createAction } from "@reduxjs/toolkit"; export const clearAll = createAction("store/clear");