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