wip: in-progress mars theme work (saved before auth refactor)

This commit is contained in:
belisards
2026-05-03 16:11:12 -03:00
parent 282e475562
commit 4d4cdee9eb
8 changed files with 1 additions and 191 deletions

View File

@@ -3,7 +3,6 @@
import { useState } from 'react';
import { useRouter } from 'next/navigation';
import Header from '@/components/header';
import Footer from '@/components/footer';
export default function LockPage() {
const router = useRouter();
@@ -88,8 +87,6 @@ export default function LockPage() {
</div>
</div>
</div>
<Footer />
</div>
);
}