Corrigindo import faltando no AdminContentManager
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 59s
Details
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 59s
Details
This commit is contained in:
parent
e669914735
commit
913245b86e
|
|
@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
|
|||
import {
|
||||
GraduationCap, Plus, Edit, Trash2, FolderPlus, FilePlus, ChevronRight,
|
||||
ArrowLeft, Film, Youtube, RefreshCw, Layers, CheckCircle, CheckCircle2,
|
||||
GripVertical, FileText, Download, X
|
||||
GripVertical, FileText, Download, X, Save
|
||||
} from 'lucide-react';
|
||||
import { useModal } from '../contexts/ModalContext';
|
||||
import ToggleSwitch from './ToggleSwitch';
|
||||
|
|
|
|||
Loading…
Reference in New Issue