fix console bug & change property icons
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
import doctors from '@/data/doctors.json'
|
||||
|
||||
function ListDoctors() {
|
||||
|
||||
console.log(doctors);
|
||||
console.log('doctors');
|
||||
|
||||
return (
|
||||
<div>
|
||||
<ul className="grid">
|
||||
|
||||
{/* {doctors} */}
|
||||
</ul>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user