Remove unused split from ReleaseProfile

This commit is contained in:
Mark McDowall 2021-10-03 11:51:01 -07:00
parent 7e175bf95e
commit f4c71fc56f
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import _ from 'lodash';
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import split from 'Utilities/String/split';
import { kinds } from 'Helpers/Props';
import Card from 'Components/Card';
import Label from 'Components/Label';