Files
triggershell/src/app/not-found.tsx
T

6 lines
143 B
TypeScript
Raw Normal View History

import { NotFoundContent } from "@/components/layout/not-found-content";
export default function NotFound() {
return <NotFoundContent />;
}