chore: remove unused import

This commit is contained in:
karishmas6
2024-09-18 19:59:42 +05:30
parent 5de67998b3
commit 3e0cfda838

View File

@@ -1,5 +1,4 @@
import { Router } from 'express';
import { google } from "googleapis";
import fs from 'fs';
import path from 'path';
import logger from "../logger";