10 lines
141 B
Vue
10 lines
141 B
Vue
<script setup>
|
|
import AdminFeeds from '../components/AdminFeeds.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<main>
|
|
<AdminFeeds />
|
|
</main>
|
|
</template>
|