refactor: remove extra fragment import (#51326)

This commit is contained in:
Muhammed Mustafa
2023-08-20 21:09:53 +03:00
committed by GitHub
parent 8bd01750f6
commit c565a73a60

View File

@@ -1,5 +1,5 @@
import { Col, Row } from '@freecodecamp/react-bootstrap';
import React, { Fragment } from 'react';
import React from 'react';
import { useTranslation } from 'react-i18next';
import { connect } from 'react-redux';
import { createSelector } from 'reselect';