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