From de32bd850612953917e335045a685399bd324fc1 Mon Sep 17 00:00:00 2001 From: Daisuke MAKIUCHI Date: Tue, 24 Dec 2024 14:50:10 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AAimport=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wsnet2-dashboard/backend/src/routes/game.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/wsnet2-dashboard/backend/src/routes/game.ts b/wsnet2-dashboard/backend/src/routes/game.ts index 63d6f56..4d10d38 100644 --- a/wsnet2-dashboard/backend/src/routes/game.ts +++ b/wsnet2-dashboard/backend/src/routes/game.ts @@ -2,7 +2,6 @@ import * as express from "express"; import { Client, createClient } from "@connectrpc/connect"; import { createGrpcTransport } from "@connectrpc/connect-node"; import { RoomNumber } from "../pb/roominfo_pb.js"; -import { Timestamp } from "../pb/timestamp_pb.js"; import { Game, GetRoomInfoReq,