Initial Commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import Feed from '@/components/dredge/Feed/Feed.vue';
|
||||
import AppLayout from '@/layouts/AppLayout.vue';
|
||||
defineOptions({
|
||||
layout: AppLayout
|
||||
})
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Feed />
|
||||
</template>
|
||||
Reference in New Issue
Block a user