From d8ff9da7330b20a44d7d6a2070e835dd302dfd11 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 30 Mar 2024 18:56:40 +0100 Subject: [PATCH] formatting --- interface/src/AuthenticatedRouting.tsx | 1 + 1 file changed, 1 insertion(+) 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';