tiefen_space_h5/store/actions.js

7 lines
91 B
JavaScript
Raw Normal View History

2024-07-06 11:05:19 +08:00
"use client";
export const handleLogin = (data) => ({
type: 'HANDLOGIN',
data
});