fix: add export
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 37s
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 37s
This commit is contained in:
parent
7d174ab051
commit
77ef7532ee
1 changed files with 3 additions and 1 deletions
|
@ -11,3 +11,5 @@ const NotFound = () => {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export default NotFound;
|
Loading…
Reference in a new issue