design dashboard comments & messages & modals

This commit is contained in:
Ehsan
2024-09-04 03:00:36 +03:30
parent bc47663002
commit 52a745fcb8
34 changed files with 669 additions and 128 deletions
+3 -1
View File
@@ -1,13 +1,15 @@
import React from 'react'
import Layout from '../layout'
function DashboardPage({ user, children }) {
function DashboardPage({ user, children, value, setValue }) {
return (
<Layout
user={user}
value={value}
title='داشبورد'
name='dashboard'
isSidebar={true}
setValue={setValue}
>
{children}
</Layout>