Refactor API requests and update component imports
This commit is contained in:
@ -36,8 +36,8 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { TpageRes, ChannelRespVO } from '@/api/channel/types'
|
||||
import { postsDelete } from '@/api/channel/index'
|
||||
import type { TpageRes, ChannelRespVO } from '~/api/channel/types'
|
||||
import { postsDelete } from '~/api/channel/index'
|
||||
import ChannelHeader from './ChannelHeader.vue'
|
||||
import dayjs from 'dayjs'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user