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

@ -57,7 +57,6 @@
<script type="module" src="/src/routing"></script>
<script type="module" src="/src/toast"></script>
<script type="module" src="/src/auth"></script>
<script type="module" src="/src/pong/"></script>
</body>
</html>

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' {

View file

@ -1 +0,0 @@
import './pong.css';