mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
3 lines
67 B
JavaScript
3 lines
67 B
JavaScript
export function closeModal() {
|
|
return { type: "CLOSE_MODAL" };
|
|
}
|