Files
borrow-system/FrontendV2/src/pages/NotFoundPage.tsx
T
2025-12-05 14:44:09 +01:00

10 lines
102 B
TypeScript

import React from "react";
export const NotFoundPage = () => {
return (
<>
</>
)
};