add search icon to the docs search button
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import Link from "next/link";
|
||||
import { Button } from "@/app/components/ui/button";
|
||||
import { ReactElement } from "react";
|
||||
|
||||
export default function NotFound() {
|
||||
export default function NotFound(): ReactElement {
|
||||
return (
|
||||
<div className="flex text-center flex-col gap-4">
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user