Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Jul 17, 2024
1 parent bcc1944 commit b1107bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/docusaurus-theme/src/theme/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ import React from 'react';
import { css } from '@emotion/react';
import NavbarLayout from '@theme-original/Navbar/Layout';
import NavbarContent from '@theme-original/Navbar/Content';
import {
euiFocusRing,
logicalCSS,
useEuiMemoizedStyles,
UseEuiTheme,
} from '@elastic/eui';
import { euiFocusRing, useEuiMemoizedStyles, UseEuiTheme } from '@elastic/eui';
import {
euiFormControlText,
euiFormVariables,
Expand Down

0 comments on commit b1107bb

Please sign in to comment.