Merge pull request #48 from SELab1/architecture

Fix package warning
This commit is contained in:
brreynie 2023-04-07 11:32:46 +02:00 committed by GitHub Enterprise
commit 19781ecb1d
3 changed files with 4 additions and 2 deletions

1
.idea/.name generated Normal file
View file

@ -0,0 +1 @@
Studeez

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package be.ugent.sel.studeez.domain.account
package be.ugent.sel.studeez.domain
import be.ugent.sel.studeez.data.local.models.User
import kotlinx.coroutines.flow.Flow

View file

@ -14,9 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package be.ugent.sel.studeez.domain.account
package be.ugent.sel.studeez.domain.implementation
import be.ugent.sel.studeez.data.local.models.User
import be.ugent.sel.studeez.domain.AccountDAO
import be.ugent.sel.studeez.domain.trace
import com.google.firebase.auth.EmailAuthProvider
import com.google.firebase.auth.FirebaseAuth