Skip to content

Commit

Permalink
remove accidental export (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jan 11, 2022
1 parent 952d09a commit 835da3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function read_only_form_data() {
};
}

export class ReadOnlyFormData {
class ReadOnlyFormData {
/** @type {Map<string, string[]>} */
#map;

Expand Down

0 comments on commit 835da3f

Please sign in to comment.