Skip to content

Commit 8397109

Browse files
wickedevclaude
andcommitted
fix: remove duplicate Client import in Vite plugin
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent fd4d168 commit 8397109

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/demo/vite-plugin-hallow.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ export function hallowPlugin(options: HallowPluginOptions = {}): Plugin {
6464

6565
return `
6666
// Generated from ${protoPath}
67-
import { Client } from "@hallow/grpc-web";
68-
6967
${stubClass}`;
7068
}
7169
);

0 commit comments

Comments
 (0)