add admin navbar and brand/platform management components
This commit is contained in:
4
client/src/app/interfaces/credentials.ts
Normal file
4
client/src/app/interfaces/credentials.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface Credentials {
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
Reference in New Issue
Block a user