From 4a85ee6e791cfc63482e3d8ca82759919d86b1ca Mon Sep 17 00:00:00 2001 From: Adam Kadlec Date: Sun, 6 Jun 2021 09:42:40 +0200 Subject: [PATCH] Export errors outside module --- public/entry.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/entry.ts b/public/entry.ts index b877afb2..bda66f9a 100644 --- a/public/entry.ts +++ b/public/entry.ts @@ -61,5 +61,7 @@ export { Device, } +export * from '@/lib/errors' + // Re-export plugin typing export * from '@/types/devices-module'