Fix package warning

This commit is contained in:
lbarraga 2023-04-07 11:28:50 +02:00
parent d032850439
commit 8dc10b68b5
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