Skip to content

Commit

Permalink
Minor lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter committed Nov 17, 2023
1 parent 73a3c5f commit de8baeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/elements/Feed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import type { PropType, ComputedRef } from 'vue'
import { twJoin } from 'tailwind-merge'
import type { Strategy, FeedItem, FeedIndicatorColor } from '../../types'
import UIcon from './Icon.vue'
// @ts-expect-error
import appConfig from '#build/app.config'
import { mergeConfig } from '#ui/utils'
import { feed } from '#ui/ui.config'
Expand Down

0 comments on commit de8baeb

Please sign in to comment.