Skip to content

Commit

Permalink
[feat] : #3 Route 정의
Browse files Browse the repository at this point in the history
  • Loading branch information
1971123-seongmin committed Oct 24, 2024
1 parent 7f6dd5c commit 621f772
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 org.sopt.and.presentation.navigation

import kotlinx.serialization.Serializable

object AppRoutes {
const val SignInScreen = "sign_in"
const val SignUpScreen = "sign_up"
}

0 comments on commit 621f772

Please sign in to comment.