1
0
Fork 0

Remove unused imports

This commit is contained in:
Neshura 2023-06-02 01:05:35 +02:00
parent 727365e0a0
commit ac7fb85535
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,5 @@
import { google } from 'googleapis';
import { NextResponse } from 'next/server';
import { NextApiResponse } from 'next';
import { time } from 'console';
export async function GET() {
const target = ['https://www.googleapis.com/auth/spreadsheets.readonly'];

View file

@ -1,7 +1,5 @@
import { google } from 'googleapis';
import { NextResponse } from 'next/server';
import { NextApiResponse } from 'next';
import { time } from 'console';
export async function GET() {
const target = ['https://www.googleapis.com/auth/spreadsheets.readonly'];