Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Li <[email protected]>
  • Loading branch information
sejli committed Oct 5, 2023
1 parent 257adb5 commit 6117a99
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions public/components/common/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
*/

import React from 'react';
import {
EuiPageHeader,
EuiCallOut,
EuiText,
EuiLink,
EuiPanel,
EuiToken,
EuiTitle,
} from '@elastic/eui';
import { EuiText, EuiLink, EuiPanel, EuiTitle } from '@elastic/eui';

interface HeaderProps {
children?: React.ReactNode;
Expand Down

0 comments on commit 6117a99

Please sign in to comment.