Dependencies updated & small enhancements (#27)
* Dependencies updated and imports shortened * Head tags refactored * Final tweaks
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { FC } from "react";
|
||||
import { CustomError } from "../components";
|
||||
import { CustomError } from "@components";
|
||||
|
||||
const My500: FC = () => (
|
||||
<CustomError statusCode={500} statusText={"Internal Server Error"} />
|
||||
<CustomError statusCode={500} statusText="Internal Server Error" />
|
||||
);
|
||||
|
||||
export default My500;
|
||||
|
||||
Reference in New Issue
Block a user