diff --git a/src/components/Favicon/index.tsx b/src/components/Favicon/index.tsx index c57be52..1b03ed5 100644 --- a/src/components/Favicon/index.tsx +++ b/src/components/Favicon/index.tsx @@ -3,5 +3,5 @@ import Favicon from "react-favicon"; export default ({ url }: { url: string }) => { - return + return } \ No newline at end of file