1
0
Fork 0

fix: Named import for glob

This commit is contained in:
Joost De Cock 2023-10-12 22:59:12 +02:00
parent 92b07e1717
commit 411f3f3e4d

View file

@ -1,6 +1,6 @@
import path from 'path'
import fs from 'fs'
import glob from 'glob'
import { glob } from 'glob'
import yaml from 'js-yaml'
import chalk from 'chalk'
import mustache from 'mustache'