File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- import React , { type ReactNode , type JSX } from "react" ;
1+ import { type ReactNode , type JSX } from "react" ;
22import clsx from "clsx" ;
33import Link from "@docusaurus/Link" ;
44import {
Original file line number Diff line number Diff line change 1- import React , { type JSX } from "react" ;
1+ import { type JSX } from "react" ;
22import type { Props } from "@theme/Footer/Copyright" ;
33
44export default function FooterCopyright ( { copyright } : Props ) : JSX . Element {
Original file line number Diff line number Diff line change 1- import React , { type JSX } from "react" ;
1+ import { type JSX } from "react" ;
22import clsx from "clsx" ;
33import type { Props } from "@theme/Footer/Layout" ;
44
Original file line number Diff line number Diff line change 1- import React , { type JSX } from "react" ;
1+ import { type JSX } from "react" ;
22
33import Link from "@docusaurus/Link" ;
44import useBaseUrl from "@docusaurus/useBaseUrl" ;
Original file line number Diff line number Diff line change 1- import React , { type JSX } from "react" ;
1+ import { type JSX } from "react" ;
22import LinkItem from "@theme/Footer/LinkItem" ;
33import type { Props } from "@theme/Footer/Links/MultiColumn" ;
44
Original file line number Diff line number Diff line change 1- import React , { type JSX } from "react" ;
1+ import { type JSX } from "react" ;
22
33import { isMultiColumnFooterLinks } from "@docusaurus/theme-common" ;
44import FooterLinksMultiColumn from "@theme/Footer/Links/MultiColumn" ;
Original file line number Diff line number Diff line change 1- import React , { type JSX } from "react" ;
1+ import { type JSX } from "react" ;
22import clsx from "clsx" ;
33import Link from "@docusaurus/Link" ;
44import { useBaseUrlUtils } from "@docusaurus/useBaseUrl" ;
Original file line number Diff line number Diff line change 1- import React , { type JSX } from "react" ;
1+ import { type JSX } from "react" ;
22import clsx from "clsx" ;
33import Link from "@docusaurus/Link" ;
44import type { Props } from "@theme/PaginatorNavLink" ;
You can’t perform that action at this time.
0 commit comments