generated from Software-Meister-High-School-Community/Repository_Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c4584a
commit b743462
Showing
8 changed files
with
135 additions
and
109 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
presentation/src/main/java/com/moizaandroid/moiza/ui/board/BoardScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.moizaandroid.moiza.ui.board | ||
|
||
import androidx.compose.runtime.Composable | ||
|
||
@Composable | ||
fun BoardScreen() { | ||
|
||
} |
8 changes: 8 additions & 0 deletions
8
presentation/src/main/java/com/moizaandroid/moiza/ui/home/HomeScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.moizaandroid.moiza.ui.home | ||
|
||
import androidx.compose.runtime.Composable | ||
|
||
@Composable | ||
fun HomeScreen() { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
presentation/src/main/java/com/moizaandroid/moiza/ui/notification/NotificationScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.moizaandroid.moiza.ui.notification | ||
|
||
import androidx.compose.runtime.Composable | ||
|
||
@Composable | ||
fun NotificationScreen() { | ||
|
||
} |
8 changes: 8 additions & 0 deletions
8
presentation/src/main/java/com/moizaandroid/moiza/ui/profile/ProfileScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.moizaandroid.moiza.ui.profile | ||
|
||
import androidx.compose.runtime.Composable | ||
|
||
@Composable | ||
fun ProfileScreen() { | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.