Skip to content

Commit

Permalink
get the right one
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 25, 2025
1 parent e0a79dc commit 6a8fb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exportButton.addEventListener('click', () => {
});

let stdSource = '';
fetch('src/std.js').then(async (response) => {
fetch('assets/std.js').then(async (response) => {
if (!response.ok) {
console.error('Failed to load stdSource');
return;
Expand Down

0 comments on commit 6a8fb38

Please sign in to comment.