Skip to content

Commit

Permalink
Fix empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
glrodasz committed Jul 30, 2023
1 parent ccb9ec2 commit 8b7c2f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion student-blogs/andrssnsdc-4799/main.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import humanizarFecha from "./scripts /humanizar_fechas";
import humanizarFecha from "./scripts/humanizar_fechas";
function humanizarFechas ($dates, i) {
const datetime = $dates.getAttribute("datetime");
const humanizedDate = humanizarFecha(datetime)
Expand Down

0 comments on commit 8b7c2f9

Please sign in to comment.