mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
reorder
This commit is contained in:
parent
7ddecad459
commit
bba75f125b
|
@ -1,8 +1,7 @@
|
||||||
import React from "react";
|
|
||||||
import Giscus from "@giscus/react";
|
|
||||||
import { useColorMode } from "@docusaurus/theme-common";
|
import { useColorMode } from "@docusaurus/theme-common";
|
||||||
|
import Giscus from "@giscus/react";
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
/* trunk-ignore(biome/lint/style/noDefaultExport) */
|
|
||||||
export default function GiscusComponent() {
|
export default function GiscusComponent() {
|
||||||
const { colorMode } = useColorMode();
|
const { colorMode } = useColorMode();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue