Skip to content

Commit

Permalink
add missing src/A.js from template
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jun 20, 2024
1 parent bec3e99 commit e1f1ebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/A.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default class A {
constructor() {
console.log('constructor A');
}
}

0 comments on commit e1f1ebd

Please sign in to comment.