chore(cleanup): moved pong.css to pong directory

This commit is contained in:
Maieul BOYER 2026-01-06 16:25:12 +01:00 committed by Nigel
parent 40dea32048
commit 5fca0d0e94
4 changed files with 1 additions and 2 deletions

View file

@ -6,6 +6,7 @@ import { showError, showInfo } from "@app/toast";
import { getUser, type User } from "@app/auth";
import { isNullish } from "@app/utils";
import client from "@app/api";
import "./pong.css";
// get the name of the machine used to connect
declare module 'ft_state' {