mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-14 10:01:58 -04:00
refactor: remove extra fragment import (#51326)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user