Remove unused import from Projects page
cgen-df9b86fc4bc84f0d900c19d67efecd20
This commit is contained in:
parent
860cd5e909
commit
28efa8d6c0
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import { Badge } from "@/components/ui/badge";
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { SHOWCASE } from "@/data/showcase";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
export default function Projects() {
|
||||
const hasProjects = Array.isArray(SHOWCASE) && SHOWCASE.length > 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue