Spaces:
Sleeping
Sleeping
test push
Browse files- src/App.tsx +1 -1
src/App.tsx
CHANGED
|
@@ -17,7 +17,7 @@ import OAuthLogin from './components//buttons/OAuthLogin.tsx';
|
|
| 17 |
import FreezeButton from './components/FreezeButton.tsx';
|
| 18 |
import { MAX_HUMAN_PLAYERS } from '../convex/constants.ts';
|
| 19 |
import PoweredByConvex from './components/PoweredByConvex.tsx';
|
| 20 |
-
|
| 21 |
export default function Home() {
|
| 22 |
const [helpModalOpen, setHelpModalOpen] = useState(false);
|
| 23 |
return (
|
|
|
|
| 17 |
import FreezeButton from './components/FreezeButton.tsx';
|
| 18 |
import { MAX_HUMAN_PLAYERS } from '../convex/constants.ts';
|
| 19 |
import PoweredByConvex from './components/PoweredByConvex.tsx';
|
| 20 |
+
//test push
|
| 21 |
export default function Home() {
|
| 22 |
const [helpModalOpen, setHelpModalOpen] = useState(false);
|
| 23 |
return (
|