chore: cleanup

This commit is contained in:
Bereket Engida
2025-01-06 14:30:39 +03:00
parent 753f930e88
commit 9f2e45b8c7
525 changed files with 218 additions and 1357 deletions

View File

@@ -17,10 +17,6 @@ import {
} from "./ui/select";
import { loglib } from "@loglib/tracker";
import { cn } from "@/lib/utils";
import { GitHubIcon } from "@/app/changelogs/_components/icons";
import Link from "next/link";
import { Button } from "./ui/button";
import { Separator } from "./ui/separator";
export default function ArticleLayout() {
const [currentOpen, setCurrentOpen] = useState<number>(0);