Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
/*
*
* {{ properCase name }} actions
*
*/
import { DEFAULT_ACTION } from './constants';
export function defaultAction() {
return {
type: DEFAULT_ACTION,
};
}