Skip to content

Commit

Permalink
Merge pull request #492 from CalebSLane/2.8
Browse files Browse the repository at this point in the history
fix file location moved
  • Loading branch information
CalebSLane authored Aug 1, 2023
2 parents 1fd62d9 + f4819fc commit 3aa376a
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/common/SearchResultForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ResultSearchPage extends React.Component {
}


class SearchResultForm extends React.Component {
export class SearchResultForm extends React.Component {
static contextType = NotificationContext;

constructor(props) {
Expand Down Expand Up @@ -186,7 +186,7 @@ class SearchResultForm extends React.Component {
}
}

class SearchResults extends React.Component {
export class SearchResults extends React.Component {
static contextType = NotificationContext;

constructor(props) {
Expand Down
Loading

0 comments on commit 3aa376a

Please sign in to comment.