ручной рефакторинг

This commit is contained in:
2025-07-20 08:11:27 +03:00
parent 339bb52840
commit 1d92316db7
33 changed files with 3089 additions and 6378 deletions

View File

@@ -1,5 +1,7 @@
import { FC } from 'react'
import { Navigate, Route, Routes } from 'react-router-dom'
import { TemplateProvider } from '../contexts/TemplateContext'
import { ElementsCreation } from '../pages/ElementsCreation'
import { ProtocolCreation } from '../pages/ProtocolCreation'