summaryrefslogtreecommitdiff
path: root/webapp/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/main.rs')
-rw-r--r--webapp/src/main.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/src/main.rs b/webapp/src/main.rs
index b6d75ee..cf5eb8e 100644
--- a/webapp/src/main.rs
+++ b/webapp/src/main.rs
@@ -22,7 +22,9 @@ fn main() {
pub fn app() -> Html {
html! {
<>
- <Game />
+ <div class="app">
+ <Game />
+ </div>
</>
}
}