Add sample Nav

This commit is contained in:
Jerko Steiner 2019-03-16 16:57:09 +05:00
parent 7b682c745c
commit 49b77403f6

View File

@ -1,3 +1,4 @@
export interface IClientConfig {
readonly appName: string
readonly baseUrl: string
}