chore: typos --hidden

This commit is contained in:
sadeghbarati 2024-04-28 09:39:12 +03:30
parent fc2f533023
commit 28ef5d7b4b

View File

@ -123,7 +123,7 @@ function constructFiles(componentName: string, style: Style, sources: Record<str
}
})
// @ts-expect-error componentName migth not exist in Index
// @ts-expect-error componentName might not exist in Index
const registryDependencies = demoIndex[style][componentName as any]?.registryDependencies?.filter(i => i !== 'utils')
const files = {