Loading mobile/src/contexts/data_context.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ const DataContext = createContext<DataContextType>({ export const DataContextProvider = ({ children }: DataContextProviderProps) => { const statesDataSource = new StateDataSourceDev(); const statesRepository = new StateRepositoryImpl(statesDataSource); const authDataSource = new AuthDataSourceDev(); const authDataSource = new AuthDatasourceProd(); const authRepository = new AuthRepositoryImpl(authDataSource); Loading Loading
mobile/src/contexts/data_context.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ const DataContext = createContext<DataContextType>({ export const DataContextProvider = ({ children }: DataContextProviderProps) => { const statesDataSource = new StateDataSourceDev(); const statesRepository = new StateRepositoryImpl(statesDataSource); const authDataSource = new AuthDataSourceDev(); const authDataSource = new AuthDatasourceProd(); const authRepository = new AuthRepositoryImpl(authDataSource); Loading