diff --git a/interface/src/AuthenticatedRouting.tsx b/interface/src/AuthenticatedRouting.tsx index 29cf65449..af3ed76d8 100644 --- a/interface/src/AuthenticatedRouting.tsx +++ b/interface/src/AuthenticatedRouting.tsx @@ -1,5 +1,6 @@ import { useContext, type FC } from 'react'; import { Navigate, Routes, Route } from 'react-router-dom'; + import Help from './project/Help'; import { Layout } from 'components'; import { AuthenticatedContext } from 'contexts/authentication';