Skip to content

Commit

Permalink
feat(ui/welcomeScreen): create welcome screen before authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Romainhir committed Oct 9, 2024
1 parent a127743 commit e1901d4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.android.unio.ui.authentication

import androidx.compose.runtime.Composable

@Composable
fun WelcomeScreen() {

}

0 comments on commit e1901d4

Please sign in to comment.