Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Apr 6, 2024
1 parent c20731a commit d74a94c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/desktop-client/src/components/common/Link.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit d74a94c

Please sign in to comment.