Files
abode/src/react/store/actions/clearAll.ts
T
2026-06-29 23:07:14 +00:00

4 lines
103 B
TypeScript

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