Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xXAvoraXx committed Jul 20, 2024
1 parent c2b751a commit e2e8b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/getIndexContent.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default () => `\
export { ServerRouteResponse } from './typing';
export { type ServerRouteResponse } from './typing';
`;

0 comments on commit e2e8b66

Please sign in to comment.