This commit is contained in:
Iliyan Angelov
2025-11-21 01:20:51 +02:00
parent a38ab4fa82
commit 6f85b8cf17
242 changed files with 7154 additions and 14492 deletions

View File

@@ -25,7 +25,6 @@ import { toast } from 'react-toastify';
import Loading from '../../components/common/Loading';
import { ConfirmationDialog } from '../../components/common';
import IconPicker from '../../components/admin/IconPicker';
import { luxuryContentSeed } from '../../data/luxuryContentSeed';
type ContentTab = 'overview' | 'home' | 'contact' | 'about' | 'footer' | 'seo';