Skip to content

Commit

Permalink
hosted format time
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Oct 2, 2024
1 parent d3944c7 commit 51f5e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webflow/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { formatTime } from "../lessons/02-1-functions.js";
import { formatTime } from "https://cdn.jsdelivr.net/gh/Web-Bae/02-functions@0/src/lessons/02-1-functions.js";

// global variables
let timerId = 0; // tracks the interval timer
Expand Down

0 comments on commit 51f5e27

Please sign in to comment.