add prettier formatter to all file

This commit is contained in:
Ehsan
2024-09-25 11:03:44 +03:30
parent fa38ee2b21
commit eda896e917
410 changed files with 47636 additions and 43842 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
import Layout from '@/components/layout'
import NotFoundPage from '@/components/notFound'
import Layout from "@/components/layout";
import NotFoundPage from "@/components/notFound";
function NotFound() {
return (
<Layout title='404' disableFooter={true}>
<Layout title="404" disableFooter={true}>
<NotFoundPage />
</Layout>
)
);
}
export default NotFound
export default NotFound;