We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75a30e commit b16c4bdCopy full SHA for b16c4bd
packages/trpc-ui/src/react-app/components/TopBar.tsx
@@ -5,7 +5,7 @@ import { LogoSvg } from "@src/react-app/components/LogoSvg";
5
import { useHeadersContext } from "@src/react-app/components/contexts/HeadersContext";
6
import { useSearch } from "@src/react-app/components/contexts/SearchStore";
7
import { useIsMac } from "@src/react-app/components/hooks/useIsMac";
8
-import type React from "react";
+import React from "react";
9
10
export function TopBar({
11
open,
0 commit comments