Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekaplan123 committed Dec 12, 2024
1 parent 6b8cb16 commit 689bd2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/js/sheets/SheetContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import Component from 'react-class'
import $ from '../sefaria/sefariaJquery';
import Sefaria from '../sefaria/sefaria';
import {
CollectionStatement,
InterfaceText, ProfilePic, SheetAuthorStatement, SheetMetaDataBox, SheetTitle,
InterfaceText, SheetMetaDataBox,
} from '../Misc';

class SheetContent extends Component {
Expand Down

0 comments on commit 689bd2a

Please sign in to comment.