4 lines
134 B
JavaScript
4 lines
134 B
JavaScript
|
import { findAlertKeyToShow } from '../../lib/alerts';
|
||
|
|
||
|
export const getAlert = (state) => (file) => findAlertKeyToShow(state, file);
|