commented out login module

This commit is contained in:
2021-09-21 12:04:24 +01:00
parent c2ac1b1a1b
commit 7ea15998dc
+1 -1
View File
@@ -28,7 +28,7 @@ export default function Home({ children, pages }) {
<CaseSearch />
<CaseComment />
<Dns />
<Login />
{/* <Login /> */}
<Inspectorate />
</div>
</div>