editor: move isomorphic-fetch import

This commit is contained in:
Abdullah Atta
2023-08-12 20:38:47 +05:00
committed by Abdullah Atta
parent 7f1184736c
commit f51f45aeb2
2 changed files with 2 additions and 1 deletions

View File

@@ -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";

View File

@@ -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";