From 0ae6cbc0d9d6919e8cb6d6ac798a6f88195d8000 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 12 May 2022 10:40:16 +0200 Subject: [PATCH] added streaming routes --- packages/app/constants/routes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/app/constants/routes.json b/packages/app/constants/routes.json index 8232575e..00f8233e 100644 --- a/packages/app/constants/routes.json +++ b/packages/app/constants/routes.json @@ -18,5 +18,15 @@ "id": "marketplace", "title": "Marketplace", "icon": "Package" + }, + { + "id": "streams", + "title": "Streams", + "icon": "Tv" + }, + { + "id": "streaming_control", + "title": "Streaming Control", + "icon": "Video" } ] \ No newline at end of file