Fix build

This commit is contained in:
mrjvs
2023-08-27 20:47:48 +02:00
parent ffe5e4bb4f
commit be9e8d6da2
6 changed files with 96 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
import fetch from 'node-fetch';
import { makeFullUrl } from '@/fetchers/common';
import { Fetcher } from '@/fetchers/types';