From aeff9dd763bf3b70f998f6992efd40ba2099c76f Mon Sep 17 00:00:00 2001 From: Murderlon Date: Thu, 11 Jul 2024 10:25:40 +0200 Subject: [PATCH] Fix lint --- docs/guides/migration-guides.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/migration-guides.md b/docs/guides/migration-guides.md index cd40f069d..360be6af2 100644 --- a/docs/guides/migration-guides.md +++ b/docs/guides/migration-guides.md @@ -81,6 +81,8 @@ One important thing to note are the new generics on `@uppy/core`. + + ```ts import Uppy from '@uppy/core'; // xhr-upload is for uploading to your own backend.