mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +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 { FolderX } from "lucide-react";
|
||||
import Link from 'next/link';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { FolderX } from 'lucide-react';
|
||||
|
||||
export default function ProjectNotFound() {
|
||||
return (
|
||||
@@ -9,7 +9,8 @@ export default function ProjectNotFound() {
|
||||
<FolderX className="h-12 w-12 text-muted-foreground" />
|
||||
<h1 className="text-2xl font-bold">Project Not Found</h1>
|
||||
<p className="text-muted-foreground max-w-md">
|
||||
The project you're looking for doesn't exist or you don't have access to it.
|
||||
The project you're looking for doesn't exist or you don't have access to
|
||||
it.
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
|
||||
Reference in New Issue
Block a user