Skip to content

Commit

Permalink
Merge pull request #2289 from Sefaria/layoutbutton_react_fix
Browse files Browse the repository at this point in the history
fix(LayoutButtons): add react import
  • Loading branch information
akiva10b authored Feb 2, 2025
2 parents 591eee2 + 3102c1e commit 4d2c761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/LayoutButtons.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import {useContext} from "react";
import {ReaderPanelContext} from "./context";
import {layoutOptions, layoutLabels} from "./constants";
Expand Down

0 comments on commit 4d2c761

Please sign in to comment.