chore: remove unused files

This commit is contained in:
Ephraim Atta-Duncan
2023-09-05 09:27:04 +00:00
committed by Mythie
parent d0cedc489f
commit c43843d226
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',
};