source:
ReserveNGo-frontend/src/views/HomeView.vue@
590f667
Last change on this file since 590f667 was 590f667, checked in by , 3 months ago | |
---|---|
|
|
File size: 141 bytes |
Rev | Line | |
---|---|---|
[590f667] | 1 | <script setup> |
2 | import TheWelcome from '../components/TheWelcome.vue' | |
3 | </script> | |
4 | ||
5 | <template> | |
6 | <main> | |
7 | <TheWelcome /> | |
8 | </main> | |
9 | </template> |
Note:
See TracBrowser
for help on using the repository browser.