chore: remove unused imports

This commit is contained in:
karishmas6
2024-04-18 22:21:40 +05:30
parent 25173295d2
commit f89603b1a2

View File

@@ -1,8 +1,5 @@
import Fastify from 'fastify'
import cors from '@fastify/cors'
import fetch from 'node-fetch';
import playwright from 'playwright'
import { PlaywrightCrawler } from 'crawlee';
const fastify = Fastify();