Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaSpasevska committed Nov 7, 2023
1 parent 96e31e2 commit a4180e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apps/tools/src/components/Common/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Layout: FC<IProps> = ({ children }: IProps) => {
<Header />
</header>
<aside className={classNames(sidebarStyle, { isMenuOpen })}>
<Sidebar />
<Sidebar />
</aside>
<main className={classNames(gridItemMainStyle, { isMenuOpen })}>
{children}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Tooltip } from '@kadena/react-ui';
import classNames from 'classnames';
import Link from 'next/link';
import type { ButtonHTMLAttributes, FC } from 'react';
Expand Down

0 comments on commit a4180e5

Please sign in to comment.