mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
chore: ⬆️ Upgrade dependencies
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
This commit is contained in:
parent
bf4384376e
commit
cdc1d6a6a2
23 changed files with 413 additions and 248 deletions
|
|
@ -2,10 +2,10 @@ import clsx from "clsx";
|
|||
import { motion, useScroll, useTransform } from "framer-motion";
|
||||
import Link from "next/link";
|
||||
import {
|
||||
type CSSProperties,
|
||||
type ComponentRef,
|
||||
type ReactNode,
|
||||
type CSSProperties,
|
||||
forwardRef,
|
||||
type ReactNode,
|
||||
} from "react";
|
||||
|
||||
import { Button } from "./Button";
|
||||
|
|
@ -13,8 +13,8 @@ import { Logo } from "./Logo";
|
|||
import {
|
||||
MobileNavigation,
|
||||
useIsInsideMobileNavigation,
|
||||
useMobileNavigationStore,
|
||||
} from "./MobileNavigation";
|
||||
import { useMobileNavigationStore } from "./MobileNavigation";
|
||||
import { MobileSearch, Search } from "./Search";
|
||||
import { ThemeToggle } from "./ThemeToggle";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue