diff --git a/components/doctors/ListDoctors.js b/components/doctors/ListDoctors.js
index d1f4252..f5742e9 100644
--- a/components/doctors/ListDoctors.js
+++ b/components/doctors/ListDoctors.js
@@ -1,8 +1,14 @@
+import doctors from '@/data/doctors.json'
+
function ListDoctors() {
+
+ console.log(doctors);
+ console.log('doctors');
+
return (
)
diff --git a/components/icons/AText.js b/components/icons/AText.js
index 4794f8b..f45ab1e 100644
--- a/components/icons/AText.js
+++ b/components/icons/AText.js
@@ -1,7 +1,7 @@
function AText() {
return (