diff --git a/SmartClinicManagementSystem/app/build.gradle b/SmartClinicManagementSystem/app/build.gradle index 51daf58..42432c4 100644 --- a/SmartClinicManagementSystem/app/build.gradle +++ b/SmartClinicManagementSystem/app/build.gradle @@ -20,6 +20,7 @@ repositories { dependencies { implementation platform(SpringBootPlugin.BOM_COORDINATES) + implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'