Skip to content

Commit

Permalink
fix: remove unused comp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Oct 12, 2024
1 parent 8e882a0 commit 0ca3181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import { TerminalSquareIcon } from "lucide-react";
import { Code } from "@/components/code";
import { SearchCommand } from "@/components/search-command";
import { TypewriterAnimation } from "@/components/typewriter-animation";
import { Link } from "@/registry/ui/default/core/link";
import { cn } from "@/registry/ui/default/lib/cn";
import { siteConfig } from "@/config";
Expand Down

0 comments on commit 0ca3181

Please sign in to comment.