Skip to content

Commit d1a5e3c

Browse files
committed
BN-35 | Add. Path for clinical dashboard
1 parent 1b70f2a commit d1a5e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const App: React.FC = () => {
1111
<Content>
1212
<Routes>
1313
<Route path="/" element={<HomePage />} />
14+
<Route path="/clinical/:patientUuid" element={<HomePage />} />
1415
<Route path="*" element={<NotFoundPage />} />
1516
</Routes>
1617
</Content>

0 commit comments

Comments
 (0)