Skip to content

Commit

Permalink
Merge pull request #348 from QuasarApp/task_337
Browse files Browse the repository at this point in the history
fix #337
  • Loading branch information
EndrII authored Apr 25, 2020
2 parents 6c0609d + 45c92ac commit d50d1ab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
function Component(){}
function Component() {

}

const extractFileName = (path) => {
const fullName = path.substring(path.lastIndexOf('/') + 1);
Expand Down

0 comments on commit d50d1ab

Please sign in to comment.