* Update 404/500 page rendering to no longer use liquid templates * updating tests * remove unused path Co-authored-by: Grace Park <gracepark@github.com>
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { GenericError } from 'components/GenericError'
|
|
|
|
export default function Custom500() {
|
|
return <GenericError />
|
|
}
|