переименования папок

This commit is contained in:
2025-07-21 15:02:10 +03:00
parent d0c79bd334
commit 84f0c9c6aa
72 changed files with 245 additions and 249 deletions

View File

@@ -2,10 +2,10 @@ 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'
import { TemplateSetup } from '../pages/TemplateSetup'
import { TemplateProvider } from '../context/TemplateContext'
import { ElementsCreation } from '../page/ElementsCreation'
import { ProtocolCreation } from '../page/ProtocolCreation'
import { TemplateSetup } from '../page/TemplateSetup'
import { Layout } from './Layout'
const App: FC = () => {