Skip to content

Commit

Permalink
test: add a basic component in main route
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrad77 committed Dec 15, 2024
1 parent 415d8a8 commit 2bac2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function App() {
return (
<Router>
<Routes>
<Route path="/" element={<h1>Hello Dünya!</h1>} />
<Route path="/controller" element={<ControllerPanel />} />
<Route path="/projector" element={<ProjectorPanel />} />
</Routes>
Expand Down

0 comments on commit 2bac2ed

Please sign in to comment.