chore(cleanup): moved pong.css to pong directory
This commit is contained in:
parent
40dea32048
commit
5fca0d0e94
4 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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' {
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
import './pong.css';
|
||||
Loading…
Add table
Add a link
Reference in a new issue