mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
Biome: fixes for compontents directory
This commit is contained in:
parent
758603b275
commit
2950573271
69 changed files with 478 additions and 648 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"use client";
|
||||
import React, { useRef, useState, useCallback, useEffect } from "react";
|
||||
import { motion, useSpring, useTransform, type SpringOptions } from "framer-motion";
|
||||
import { motion, type SpringOptions, useSpring, useTransform } from "framer-motion";
|
||||
import { useCallback, useEffect, useRef, useState } from "react";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
type SpotlightProps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue