mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
refactor: remove extra fragment import (#51326)
This commit is contained in:
parent
8bd01750f6
commit
c565a73a60
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user