Skip to content

Commit

Permalink
Merge pull request #28 from it-harrison/hack4
Browse files Browse the repository at this point in the history
adding a constant...
  • Loading branch information
it-harrison authored Nov 27, 2023
2 parents 4355aec + 02dda9b commit bde6acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/pack-a/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ console.log('test!');
const a = 'a';
const b = 'b';
const c = 'c';
const d = 'd';
const d = 'd';
const e = 'e';

0 comments on commit bde6acd

Please sign in to comment.