From b2a067a64426a44a412cdd8df6c5fd8daf43a27f Mon Sep 17 00:00:00 2001 From: RustamRu Date: Sat, 15 Feb 2025 12:03:19 +0300 Subject: [PATCH] fix webpack compilation warning --- src/models/landing/stubs/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/landing/stubs/index.ts b/src/models/landing/stubs/index.ts index 2484a17..8ffe7f3 100644 --- a/src/models/landing/stubs/index.ts +++ b/src/models/landing/stubs/index.ts @@ -1 +1 @@ -export { default as LandingSuccessStub } from './success'; \ No newline at end of file +export type { default as LandingSuccessStub } from './success'; \ No newline at end of file