Skip to content

Commit

Permalink
remove Fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Apr 16, 2020
1 parent 9a9ad29 commit 435fd07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { i18n } from '@kbn/i18n';
import React, { useState, Fragment } from 'react';
import React, { useState } from 'react';
import { FormattedMessage } from '@kbn/i18n/react';
import { EuiButtonEmpty, EuiFlexItem, EuiFlexGroup } from '@elastic/eui';

Expand Down

0 comments on commit 435fd07

Please sign in to comment.