I have problem importing ITHit from 'webdav.client'

19 Views Asked by At

I have an issue when trying to import the library. For some reason, it's not working. I have downloaded it using yarn

I'm working on a client-side project with Vue3 + TS.

I'm doing the following:

import { ITHit } from 'webdav.client';

And the following error occurs, as shown in the image: console.log error

0

There are 0 best solutions below