переименования папок
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user