mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -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 Giscus from "@giscus/react";
|
||||
import React from "react";
|
||||
|
||||
/* trunk-ignore(biome/lint/style/noDefaultExport) */
|
||||
export default function GiscusComponent() {
|
||||
const { colorMode } = useColorMode();
|
||||
|
||||
|
|
Loading…
Reference in a new issue