import { LinkButton } from "@/components/Button"; import SimpleNavbar from "@/components/SimpleNavbar"; import Container from "@/components/Container"; import GridBackground from "@components/GridBackground"; import { m } from "@localizations/messages.js"; export default function DevicesAlreadyAdopted() { return ( <>

{m.already_adopted_title()}

{m.already_adopted_other_user()}

{m.already_adopted_new_owner()}

); }