feat(frontend): ocp added

This commit is contained in:
2025-03-04 16:43:25 -06:00
parent 88f2cf07f5
commit 5b9cadb76e
10 changed files with 183 additions and 40 deletions

View File

@@ -0,0 +1,9 @@
import {LstCard} from "@/components/extendedUI/LstCard";
export default function Lots() {
return (
<LstCard className="m-2 p-2 min-h-2/5">
<h1>Lots</h1>
</LstCard>
);
}