diff options
Diffstat (limited to 'src/components/gameSettings.tsx')
-rw-r--r-- | src/components/gameSettings.tsx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/components/gameSettings.tsx b/src/components/gameSettings.tsx new file mode 100644 index 0000000..86dea5b --- /dev/null +++ b/src/components/gameSettings.tsx @@ -0,0 +1,14 @@ +// interface CurrentGameSettingsProps { +// gameID: string; +// } + +export function CurrentGameSettings(/*props: CurrentGameSettingsProps*/) { + return <div> + <p style={{ opacity: .6, fontStyle: "italic" }}> + Geen tijdslimiet<br/> + Standaardregels<br/> + Gerangschikt + </p> + </div>; + +} |