Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar committed Nov 24, 2023
1 parent 4f79449 commit 5d60134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dashboard/src/app/test/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";
import { createPromiseClient } from "@connectrpc/connect";
import { StateManagerService } from "@/proto/state/v1/state_connectweb";
import { StateManagerService } from "@/proto/state/v1/state_connect";
import { createConnectTransport } from "@connectrpc/connect-web";
import { GetBlockStatesRequest } from "@/proto/state/v1/block_pb";

Expand Down

0 comments on commit 5d60134

Please sign in to comment.