mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-30 08:19:17 +02:00
added frontend and updated backend with docker, wrote some initial instructions
This commit is contained in:
6
frontend/src/model/module.ts
Normal file
6
frontend/src/model/module.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export class Module {
|
||||
constructor(
|
||||
public Name: string,
|
||||
public Course: string,
|
||||
) {}
|
||||
}
|
Reference in New Issue
Block a user