diff --git a/packages/client/src/components/Table.tsx b/packages/client/src/components/Table.tsx index d107c7f..f506e0f 100644 --- a/packages/client/src/components/Table.tsx +++ b/packages/client/src/components/Table.tsx @@ -14,6 +14,7 @@ import { createObservable, createObservableWithInit, cx } from "~/fn"; import { me, mePromise } from "~/profile"; import Game from "./Game"; import Player from "./Player"; +import games from "@games/shared/games/index"; export const TableContext = createContext<{ view: Accessor; @@ -110,7 +111,14 @@ export default (props: { tableKey: string }) => { }} > -
+
+