Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbordeau committed Nov 7, 2024
1 parent 771928d commit 8f21dae
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { ActionMenuEntry } from '@/action-menu/types/ActionMenuEntry';
import { useTheme } from '@emotion/react';
import styled from '@emotion/styled';
import { MOBILE_VIEWPORT } from 'twenty-ui';
import { ActionMenuEntry } from '@/action-menu/types/ActionMenuEntry';
import { MenuItemAccent } from 'twenty-ui';
import { MOBILE_VIEWPORT, MenuItemAccent } from 'twenty-ui';

type RecordShowActionMenuBarEntryProps = {
entry: ActionMenuEntry;
Expand Down

0 comments on commit 8f21dae

Please sign in to comment.