import Link from "next/link"; function Lock() { return ( <>

Locked

); } export default Lock;