This commit is contained in:
Jacky Zhao 2023-07-23 17:09:12 -07:00
parent 9e83af04a7
commit 55a1fb8c41
6 changed files with 9 additions and 25 deletions
quartz/plugins/emitters

View file

@ -1,7 +1,5 @@
import { globbyStream } from "globby"
import {
FilePath, slugifyFilePath,
} from "../../path"
import { FilePath, slugifyFilePath } from "../../path"
import { QuartzEmitterPlugin } from "../types"
import path from "path"
import fs from "fs"