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