diff --git a/packages/desktop-client/src/components/common/Link.tsx b/packages/desktop-client/src/components/common/Link.tsx index d0e1c7fb78e..6c41b9dabf3 100644 --- a/packages/desktop-client/src/components/common/Link.tsx +++ b/packages/desktop-client/src/components/common/Link.tsx @@ -1,7 +1,4 @@ -import React, { - type ComponentProps, - type ReactNode, -} from 'react'; +import React, { type ComponentProps, type ReactNode } from 'react'; import { NavLink, useMatch } from 'react-router-dom'; import { css } from 'glamor';