Nativefier/src/utils/index.js

4 lines
184 B
JavaScript

// TODO remove the eslint disable when we have more than one
// eslint-disable-next-line import/prefer-default-export
export { default as sanitizeFilename } from './sanitizeFilename';