Skip to content

Commit

Permalink
πŸ› fix: Fix api import
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Apr 30, 2024
1 parent 54c9a7c commit a0dc87f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/sponsor.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { ImageResponse } from '@vercel/og';

import { fetchSponsors } from '@/services/sponsorkit';

import cors from '../lib/cors';
import Sponsor from '../src/Sponsor';
import { caleHeight, fetchFonts, getNumber } from '../src/Sponsor/utils';
import { fetchSponsors } from '../src/services/sponsorkit';

const MULTIPLE = 2;

Expand Down

0 comments on commit a0dc87f

Please sign in to comment.