From 954e02067e3adb8b3b7d0c83430d8af0960ffaf3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 25 Aug 2022 21:39:35 -0500 Subject: [PATCH] Remove unused import from features/forms --- app/soapbox/features/forms/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/soapbox/features/forms/index.tsx b/app/soapbox/features/forms/index.tsx index dc9e3faa0..4bab25a5d 100644 --- a/app/soapbox/features/forms/index.tsx +++ b/app/soapbox/features/forms/index.tsx @@ -1,6 +1,5 @@ import classNames from 'classnames'; import React, { useState, useRef } from 'react'; -import { FormattedMessage } from 'react-intl'; import { v4 as uuidv4 } from 'uuid'; import { Text, Select } from '../../components/ui';