Skip to content

Commit

Permalink
type-fix-3
Browse files Browse the repository at this point in the history
Signed-off-by: yzamir <[email protected]>
  • Loading branch information
yaacov committed Sep 30, 2023
1 parent 0c30357 commit 0847cd4
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 0847cd4

Please sign in to comment.