dashboard design and functionality and data and page doctor and clinic change data

This commit is contained in:
Ehsan
2025-06-04 03:58:38 +03:30
parent dafeebc54f
commit 0a8874c4ab
18 changed files with 419 additions and 102 deletions
-2
View File
@@ -1,6 +1,5 @@
import axios from "axios";
import BlogPage from "@/components/blog";
import articles from "@/data/articles.json";
import Layout from "@/components/layout/StLayout";
async function Blog({ params: { slug } }) {
@@ -11,7 +10,6 @@ async function Blog({ params: { slug } }) {
const resBlog = blog.data;
const resBlogs = blogs.data;
console.log(resBlogs);
return (
<Layout>