due to changes in 9.0.0 use named import

This commit is contained in:
mahula 2024-03-02 13:24:00 +01:00
parent d7891438b2
commit 936ccf9877

View File

@ -1,6 +1,6 @@
import fs from 'fs'
import path from 'path'
import minimatch from 'minimatch'
import { minimatch } from 'minimatch'
let oEmbedProvidersFile = fs.readFileSync(
path.join(__dirname, '../../../../public/providers.json'),