Skip to content

Commit

Permalink
chore: modify spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekaplan123 committed Sep 3, 2024
1 parent 969cd9a commit 6cf480a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/ReaderPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ import {
ToggleSet, InterfaceText, EnglishText, HebrewText, SignUpModal,
} from './Misc';
import {ContentText} from "./ContentText";
import SheetsWithRefPage from "./Sheets/SheetsWithRefPage";
import SheetsWithRefPage from "./sheets/SheetsWithRefPage";
import {ElasticSearchQuerier} from "./ElasticSearchQuerier";
import SheetsHomePage from "./sheets/SheetsHomePage";
import {SheetsHomePage} from "./sheets/SheetsHomePage";


class ReaderPanel extends Component {
Expand Down

0 comments on commit 6cf480a

Please sign in to comment.