head page specialties

This commit is contained in:
Ehsan
2024-07-09 19:27:38 +03:30
parent 3480e9997a
commit c6840d8b05
6 changed files with 73 additions and 3 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
import Head from "./head"
import List from "./list"
function SpecialtiesPage() {
return (
<div>SpecialtiesPage</div>
<div className="">
<Head />
<List />
</div>
)
}