Skip to content

Commit

Permalink
redeploy for connectathon
Browse files Browse the repository at this point in the history
  • Loading branch information
smalho01 committed Jan 13, 2025
1 parent 508a8df commit 6fca847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement)

const launch = () => {
root.render(
<Router>
<Router basename="/rems-smart-on-fhir">
<Routes>
<Route path="/index" element={<Index />} />
<Route path="/launch?" element={<Launch />} />
Expand Down

0 comments on commit 6fca847

Please sign in to comment.