перенос ui

This commit is contained in:
2025-07-28 17:22:16 +03:00
parent 088ecc7e70
commit 27b9b79c60
46 changed files with 153 additions and 156 deletions

View File

@@ -1,10 +1,10 @@
import { useTemplateContext } from '@/entity/template/model/TemplateContext'
import { Template } from '@/type/template'
import TemplateCard from '@/widget/template/ui/TemplateCard'
import { Circle, CircleCheck, FileText, Plus, Trash2 } from 'lucide-react'
import React, { useEffect, useState } from 'react'
import { useNavigate } from 'react-router-dom'
import TemplateCard from '../../widget/template/ui/TemplateCard'
import { Button } from '../ui/button'
import { Button } from 'shared/ui/button'
import {
Dialog,
DialogContent,
@@ -12,8 +12,8 @@ import {
DialogHeader,
DialogTitle,
DialogTrigger,
} from '../ui/dialog'
import { Input } from '../ui/input'
} from 'shared/ui/dialog'
import { Input } from 'shared/ui/input'
import { TemplateEditor } from './TemplateEditor'
interface TemplateManagerProps {