mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +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,16 +1,16 @@
|
|||
"use client";
|
||||
|
||||
import type React from "react";
|
||||
import { useRef } from "react";
|
||||
import {
|
||||
type MotionStyle,
|
||||
motion,
|
||||
type SpringOptions,
|
||||
useMotionTemplate,
|
||||
useMotionValue,
|
||||
useSpring,
|
||||
useTransform,
|
||||
type MotionStyle,
|
||||
type SpringOptions,
|
||||
} from "framer-motion";
|
||||
import type React from "react";
|
||||
import { useRef } from "react";
|
||||
|
||||
type TiltProps = {
|
||||
children: React.ReactNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue