7 lines
91 B
Vue
7 lines
91 B
Vue
<template>
|
|
<main>
|
|
<SidebarContainer />
|
|
<Map />
|
|
</main>
|
|
</template>
|