move from components to authentication package

This commit is contained in:
2024-09-17 13:34:37 +02:00
parent 421d467747
commit df2d38da7e
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:patient_manager/components/signInOrRegister.dart';
import 'package:patient_manager/MIH_Packages/authentication/signInOrRegister.dart';
import 'package:patient_manager/MIH_Packages/home.dart';
import 'package:supertokens_flutter/supertokens.dart';