fix: add Sparkles to lucide imports in ChannelEdit
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { useRouter } from 'next/navigation';
|
import { useRouter } from 'next/navigation';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { ArrowLeft, Save, Trash2, Loader2, Image as ImageIcon, Type, Palette, Plus, X } from 'lucide-react';
|
import { ArrowLeft, Save, Trash2, Loader2, Image as ImageIcon, Type, Palette, Plus, X, Sparkles } from 'lucide-react';
|
||||||
|
|
||||||
const GOALS = [
|
const GOALS = [
|
||||||
{ v: 'educational', label: 'Обучение', desc: 'Объясняем, разбираем' },
|
{ v: 'educational', label: 'Обучение', desc: 'Объясняем, разбираем' },
|
||||||
|
|||||||
Reference in New Issue
Block a user