Unverified Commit 657c0b48 authored by Andreas Sonnleitner's avatar Andreas Sonnleitner Committed by GitHub

fix: Cannot find package 'ohmyfetch' (#123)

parent 8e94345f
import { createError } from 'h3'
import { $fetch } from 'ohmyfetch'
import { $fetch } from 'ofetch'
import { getQuery, parseURL } from 'ufo'
import { feedsInfo, validFeeds } from '~/composables/api'
......
import { createError } from 'h3'
import { $fetch } from 'ohmyfetch'
import { $fetch } from 'ofetch'
import { parseURL, getQuery } from 'ufo'
import { baseURL } from '~/server/constants'
import { Item } from '~/types'
......
import { createError } from 'h3'
import { $fetch } from 'ohmyfetch'
import { $fetch } from 'ofetch'
import { parseURL, getQuery } from 'ufo'
import { User } from '~/types'
import { baseURL } from '~/server/constants'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment