Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansunbury committed Dec 13, 2024
1 parent e75a30e commit b16c4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trpc-ui/src/react-app/components/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { LogoSvg } from "@src/react-app/components/LogoSvg";
import { useHeadersContext } from "@src/react-app/components/contexts/HeadersContext";
import { useSearch } from "@src/react-app/components/contexts/SearchStore";
import { useIsMac } from "@src/react-app/components/hooks/useIsMac";
import type React from "react";
import React from "react";

export function TopBar({
open,
Expand Down

0 comments on commit b16c4bd

Please sign in to comment.