"use client"; import { Button } from "@app/components/ui/button"; import { Card, CardContent, CardFooter, CardHeader, CardTitle } from "@app/components/ui/card"; import Link from "next/link"; export default function AccessTokenInvalid() { return ( Acess URL Invalid This shared access URL is invalid. Please contact the resource owner for a new URL.
); }