фикс на функции
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
} from '@/lib/hooks/useToast'
|
||||
import {
|
||||
ElementsCreation,
|
||||
FunctionsWikiPage,
|
||||
ProtocolCreation,
|
||||
StandardsManagementPage,
|
||||
TemplateEditPage,
|
||||
@@ -59,6 +60,10 @@ const App: FC = () => {
|
||||
path="standards-management"
|
||||
element={<StandardsManagementPage />}
|
||||
/>
|
||||
<Route
|
||||
path="functions-wiki"
|
||||
element={<FunctionsWikiPage />}
|
||||
/>
|
||||
</Route>
|
||||
</Routes>
|
||||
</TemplateProvider>
|
||||
|
||||
Reference in New Issue
Block a user