Skip to content

Commit

Permalink
[PR feedback] remove extra scss import
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 25, 2021
1 parent 814152f commit 3f70ef8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import React from 'react';
import { EuiFlexGroup, EuiFlexItem, EuiFieldText, EuiButtonIcon } from '@elastic/eui';
import { i18n } from '@kbn/i18n';

import './curation_queries.scss';

interface Props {
queryValue: string;
onChange(newValue: string): void;
Expand Down

0 comments on commit 3f70ef8

Please sign in to comment.