fix lint errors

This commit is contained in:
Aman Varshney
2025-04-24 18:36:43 +05:30
parent 88019b26ce
commit 31b8592c91
2 changed files with 2 additions and 9 deletions

View File

@@ -1,13 +1,6 @@
"use client"; "use client";
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";
import { import { BookMarked, Github, Maximize2, Menu, X } from "lucide-react";
BookMarked,
BookMarkedIcon,
Github,
Maximize2,
Menu,
X,
} from "lucide-react";
import Link from "next/link"; import Link from "next/link";
import { useEffect, useRef, useState } from "react"; import { useEffect, useRef, useState } from "react";
import PackageIcon from "./Icons"; import PackageIcon from "./Icons";

View File

@@ -14,7 +14,7 @@
}, },
"apps/cli": { "apps/cli": {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "2.1.1", "version": "2.1.4",
"bin": { "bin": {
"create-better-t-stack": "dist/index.js", "create-better-t-stack": "dist/index.js",
}, },