From 22452073063b9211aa2aa38a1b1e2cf2e44cf133 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 22 Dec 2022 13:31:24 -0500 Subject: Delete outdated `game` component --- webapp/src/routing.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'webapp/src/routing.rs') 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 }, } -- cgit v1.2.3