add prettier formatter to all file
This commit is contained in:
+5
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user