chore: lint

This commit is contained in:
amhsirak
2025-01-14 23:02:35 +05:30
parent f2010deb34
commit 5272b1c06f

View File

@@ -1,11 +1,11 @@
import React from 'react';
export function NotFoundPage() {
return (
<div style={{ textAlign: 'center', marginTop: '50px' }}>
<h1>404 - Page Not Found</h1>
<p>Oops! This page does not. exist.</p>
<a href="/">Go to Homepage</a>
</div>
);
}
return (
<div style={{ textAlign: 'center', marginTop: '50px' }}>
<h1>404 - Page Not Found</h1>
<p>Oops! This page does not. exist.</p>
<a href="/">Go to Homepage</a>
</div>
);
}