Commit 13532309 authored by Neosoulink's avatar Neosoulink
Browse files

refactor: update route path for authentications screens

parent f92344e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ const STACK_ROUTES_GROUPS: StackScreenGroupType = {
	BLANK: [
		{
			name: 'STACK/BLANK_',
			component: SCREENS.Blank_,
			component: SCREENS.BLANK_,
		},
	],
	LOADING: [
		{
			name: 'STACK/LOADING',
			component: SCREENS.Loading,
			component: SCREENS.LOADING,
		},
	],
	REGISTRATION: [