Skip to content

Commit

Permalink
Merge pull request #6 from yaacov/type-fix-3
Browse files Browse the repository at this point in the history
type-fix-3
  • Loading branch information
yaacov authored Sep 30, 2023
2 parents 983a1d8 + 0847cd4 commit 41c996b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function app() {

async function handleExamplesTableClick(event) {
// Construct the URL to the file
const fileUrl = `./examples/${event.detail.value}`;
const fileUrl = `./js/examples/${event.detail.value}`;

try {
const response = await fetch(fileUrl);
Expand Down

0 comments on commit 41c996b

Please sign in to comment.