source:
frontend/src/App.jsx@
a98dbb7
| Last change on this file since a98dbb7 was 44a42b8, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 118 bytes | |
| Line | |
|---|---|
| 1 | import LandingPage from "./pages/LandingPage.jsx"; |
| 2 | |
| 3 | function App() { |
| 4 | return <LandingPage />; |
| 5 | } |
| 6 | |
| 7 | export default App; |
Note:
See TracBrowser
for help on using the repository browser.
