chore: remove unused files

This commit is contained in:
Ephraim Atta-Duncan
2023-09-05 09:27:04 +00:00
parent 8d4df7d3dd
commit 75feaefbf2
2 changed files with 0 additions and 7 deletions

View File

@ -1,5 +0,0 @@
import { NextResponse } from 'next/server';
export async function GET() {
return NextResponse.json({ hello: 'world' });
}

View File

@ -1,7 +1,5 @@
import { ImageResponse, NextRequest } from 'next/server';
import { cn } from '@documenso/ui/lib/utils';
export const config = {
runtime: 'edge',
};