Skip to content

Commit e916fcd

Browse files
committed
export `NoteCreateForm
1 parent 58cb6e8 commit e916fcd

File tree

1 file changed

+1
-1
lines changed
  • build-a-rest-api-frontend/source_code_final/static/js

1 file changed

+1
-1
lines changed

build-a-rest-api-frontend/source_code_final/static/js/notes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class Notes {
2323
}
2424
}
2525

26-
class NoteCreateForm {
26+
export class NoteCreateForm {
2727
constructor(noteList, personID) {
2828
this.noteList = noteList;
2929
this.personID = personID;

0 commit comments

Comments
 (0)