We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b70f2a commit d1a5e3cCopy full SHA for d1a5e3c
src/App.tsx
@@ -11,6 +11,7 @@ const App: React.FC = () => {
11
<Content>
12
<Routes>
13
<Route path="/" element={<HomePage />} />
14
+ <Route path="/clinical/:patientUuid" element={<HomePage />} />
15
<Route path="*" element={<NotFoundPage />} />
16
</Routes>
17
</Content>
0 commit comments