mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
editor: move isomorphic-fetch import
This commit is contained in:
committed by
Abdullah Atta
parent
7f1184736c
commit
f51f45aeb2
@@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import "isomorphic-fetch";
|
||||
import path from "path";
|
||||
import fs from "fs";
|
||||
import { langen } from "./langen.mjs";
|
||||
|
||||
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* Quick & dirty script to download & transform all language details from
|
||||
* the PrismJS repo.
|
||||
*/
|
||||
import "isomorphic-fetch";
|
||||
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user