From e2e8b66b6113d4f08e704036af1d82eb8bc63a4a Mon Sep 17 00:00:00 2001 From: xXAvoraXx Date: Sat, 20 Jul 2024 14:55:30 +0300 Subject: [PATCH] test --- package.json | 2 +- src/utils/getIndexContent.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28196a3..bfbe915 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "umi-plugin-ssr-routes", "author": "xXAvoraXx", - "version": "1.0.21", + "version": "1.0.22", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "scripts": { diff --git a/src/utils/getIndexContent.ts b/src/utils/getIndexContent.ts index 3489705..ec7d89e 100644 --- a/src/utils/getIndexContent.ts +++ b/src/utils/getIndexContent.ts @@ -1,3 +1,3 @@ export default () => `\ -export { ServerRouteResponse } from './typing'; +export { type ServerRouteResponse } from './typing'; `; \ No newline at end of file