♻️ Refactor and remove React.FC (#1139)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { Button, Container, Text } from "@chakra-ui/react"
|
||||
import { Link } from "@tanstack/react-router"
|
||||
import type React from "react"
|
||||
|
||||
const NotFound: React.FC = () => {
|
||||
const NotFound = () => {
|
||||
return (
|
||||
<>
|
||||
<Container
|
||||
|
||||
Reference in New Issue
Block a user