chore: remove unused import

This commit is contained in:
Daniel Roe 2023-10-16 22:23:12 +01:00
parent 00d846df36
commit 536c276252

View File

@ -1,4 +1,4 @@
import { basename, dirname, extname, normalize, relative } from 'pathe' import { basename, dirname, extname, normalize } from 'pathe'
import { kebabCase, pascalCase, splitByCase } from 'scule' import { kebabCase, pascalCase, splitByCase } from 'scule'
import { withTrailingSlash } from 'ufo' import { withTrailingSlash } from 'ufo'