diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-22 13:31:24 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-22 13:39:11 -0500 |
commit | 22452073063b9211aa2aa38a1b1e2cf2e44cf133 (patch) | |
tree | 7988fed422b019a6ff5ba057d17f83082b05c440 /webapp/src/routing.rs | |
parent | c2145b91775be375779884a2a97365396923aba1 (diff) |
Delete outdated `game` component
Diffstat (limited to 'webapp/src/routing.rs')
-rw-r--r-- | webapp/src/routing.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webapp/src/routing.rs b/webapp/src/routing.rs index e451791..57d4af0 100644 --- a/webapp/src/routing.rs +++ b/webapp/src/routing.rs @@ -5,8 +5,6 @@ use uuid::Uuid; pub enum Route { #[at("/")] Home, - #[at("/playground")] - Playground, #[at("/table/:id")] Table { id: Uuid }, } |