mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-11-24 20:41:17 +01:00
chore: format codebase
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"use client"
|
||||
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { REPO_PATH } from "@/constants"
|
||||
import { AnimatePresence, motion } from "framer-motion"
|
||||
import { X } from "lucide-react"
|
||||
import Link from "next/link"
|
||||
import { useEffect, useState } from "react"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { REPO_PATH } from "@/constants"
|
||||
|
||||
const LOCAL_STORAGE_KEY = "licenseNoticeDismissed"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user