mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-12 01:46:08 +00:00
refactor: eslint and prettier conflict will be resolved and formatted
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Link from "next/link";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Film, XCircle } from "lucide-react";
|
||||
import Link from 'next/link';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { Film, XCircle } from 'lucide-react';
|
||||
|
||||
export default function WatchNotFound() {
|
||||
return (
|
||||
@@ -12,7 +12,8 @@ export default function WatchNotFound() {
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold">Video Not Found</h1>
|
||||
<p className="text-muted-foreground max-w-md">
|
||||
The video you're looking for doesn't exist, has been removed, or the link may be expired.
|
||||
The video you're looking for doesn't exist, has been removed, or the link may be
|
||||
expired.
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
|
||||
Reference in New Issue
Block a user