Renamed module 'app' -> 'server'

This commit is contained in:
Andrey Terentev 2024-03-12 15:57:47 +07:00 committed by Andrey Terentev
parent bde58ef053
commit 475191de79
61 changed files with 1 additions and 1 deletions

View File

View File

@ -1,6 +1,6 @@
rootProject.name = 'RoomPicker'
include 'app'
include 'server'
include 'control-panel'
include 'client-api'
include 'client-impl'