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

@@ -1,4 +1,4 @@
import { ChevronLeft, Copy, Mail, Moon, PlusIcon, Sun } from "lucide-react";
import { Moon, PlusIcon, Sun } from "lucide-react";
import {
Dialog,
DialogContent,
@@ -28,8 +28,6 @@ import { useAtom } from "jotai";
import { optionsAtom } from "./store";
import { useTheme } from "next-themes";
import { ScrollArea } from "../ui/scroll-area";
import { Button } from "../ui/button";
import Link from "next/link";
const frameworks = [
{
title: "Next.js",