base admin

This commit is contained in:
hamid zarghami
2026-06-03 12:24:32 +03:30
parent 76f3e1bf6e
commit 3bfd5fd1eb
16 changed files with 374 additions and 3 deletions
@@ -8,6 +8,7 @@ import {
Gallery,
Link2,
VideoSquare,
Music,
DocumentText,
ArrowLeft,
Minus,
@@ -46,6 +47,8 @@ const LayersList = () => {
return <Link2 size={20} color="black" />
case 'video':
return <VideoSquare size={20} color="black" />
case 'audio':
return <Music size={20} color="black" />
case 'document':
return <DocumentText size={20} color="black" />
case 'arrow':
@@ -93,6 +96,8 @@ const LayersList = () => {
return 'لینک'
case 'video':
return 'ویدیو'
case 'audio':
return 'صدا'
case 'document':
return 'سند'
case 'arrow':