Skip to content

Commit

Permalink
trying too fix github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LeahJKH committed Jun 26, 2024
1 parent 486b6f0 commit dd373ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { setupBin, binClicked } from './apps/bin.js';
import { setupProjects, ProjectsClicked } from './apps/projects.js';
import { setupBinary, binaryClicked } from './apps/binary.js';
import { setupCV, CvClicked } from './apps/cv.js';
import { currentTime } from './Small-logic/Clock.js';
import { currentTime } from './SmallLogic/Clock.js';

currentTime();

Expand Down

0 comments on commit dd373ce

Please sign in to comment.