fix: add export
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 37s

This commit is contained in:
mike 2024-10-25 04:27:50 -04:00
parent 7d174ab051
commit 77ef7532ee

View file

@ -10,4 +10,6 @@ const NotFound = () => {
</Link> </Link>
</div> </div>
); );
}; };
export default NotFound;