···11-import { Branded } from "$lib/types";
21import Type, { type StaticDecode } from "typebox";
3243// eslint-disable-next-line @typescript-eslint/naming-convention -- TypeBox types are named like types */
···11<script lang="ts">
22- import type { Field } from "$lib/appserver/model/Field";
32 import type { GameState } from "$lib/appserver/socket/SocketV1Protocol";
43 import { getSocket } from "$lib/appserver/provideSocket.svelte";
54 import DragTile from "$lib/components/DragTile.svelte";