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

@ -11,3 +11,5 @@ const NotFound = () => {
</div> </div>
); );
}; };
export default NotFound;