mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
fix(layout): linting
This commit is contained in:
parent
6f48471cde
commit
72f39071da
@ -20,7 +20,7 @@ export async function loadFramesFromPackage(
|
||||
framesModule = await import(`${pluginName}/frames`)
|
||||
}
|
||||
|
||||
for (const [exportName, frameMeta] of Object.entries(manifest.frames)) {
|
||||
for (const [exportName, _frameMeta] of Object.entries(manifest.frames)) {
|
||||
const frame = framesModule[exportName]
|
||||
if (!frame) {
|
||||
console.warn(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user