design sidebar & head layout & page dashboard
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { DatePicker } from "jalaali-react-date-picker"
|
||||
|
||||
function Date() {
|
||||
return (
|
||||
<div className="flex justify-center">
|
||||
<DatePicker
|
||||
nextIcon={<></>}
|
||||
prevIcon={<></>}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Date
|
||||
Reference in New Issue
Block a user