Skip to content

Commit b16c4bd

Browse files
committed
bug fix
1 parent e75a30e commit b16c4bd

File tree

1 file changed

+1
-1
lines changed
  • packages/trpc-ui/src/react-app/components

1 file changed

+1
-1
lines changed

packages/trpc-ui/src/react-app/components/TopBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { LogoSvg } from "@src/react-app/components/LogoSvg";
55
import { useHeadersContext } from "@src/react-app/components/contexts/HeadersContext";
66
import { useSearch } from "@src/react-app/components/contexts/SearchStore";
77
import { useIsMac } from "@src/react-app/components/hooks/useIsMac";
8-
import type React from "react";
8+
import React from "react";
99

1010
export function TopBar({
1111
open,

0 commit comments

Comments
 (0)