Skip to content

Commit

Permalink
不要なimport削除
Browse files Browse the repository at this point in the history
  • Loading branch information
makiuchi-d committed Dec 24, 2024
1 parent d65d88f commit de32bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wsnet2-dashboard/backend/src/routes/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit de32bd8

Please sign in to comment.