diff --git a/frontend/index.html b/frontend/index.html index f7857e3..1257854 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -57,7 +57,6 @@ - diff --git a/frontend/src/pong/pong.css b/frontend/src/pages/pong/pong.css similarity index 100% rename from frontend/src/pong/pong.css rename to frontend/src/pages/pong/pong.css diff --git a/frontend/src/pages/pong/pong.ts b/frontend/src/pages/pong/pong.ts index 7e6c204..bbb47de 100644 --- a/frontend/src/pages/pong/pong.ts +++ b/frontend/src/pages/pong/pong.ts @@ -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' { diff --git a/frontend/src/pong/index.ts b/frontend/src/pong/index.ts deleted file mode 100644 index 4a53037..0000000 --- a/frontend/src/pong/index.ts +++ /dev/null @@ -1 +0,0 @@ -import './pong.css';