remove unused import

This commit is contained in:
Fabio Pliger
2022-04-13 09:48:37 -05:00
parent f79d76c542
commit a9e1b7c5d6
3 changed files with 2 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ const getLastPath = function (str) {
return str.split('\\').pop().split('/').pop();
}
export {addClasses, getLastPath}
export {addClasses, getLastPath}