chore(nuxt3): remove last upath reference (#588)

This commit is contained in:
Daniel Roe 2021-09-29 10:55:55 +01:00 committed by GitHub
parent b8b32ac32d
commit 337bd3d2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import { relative } from 'upath'
import { relative } from 'pathe'
import type { Component } from './types'