mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 03:13:58 +08:00
6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
import { OFFTOPIC_TOGGLE_CHECKBOX } from './constants';
|
|
|
|
export const toggleCheckbox = () => ({
|
|
type: OFFTOPIC_TOGGLE_CHECKBOX,
|
|
});
|