Skip to content

Commit fd41c11

Browse files
committed
Remove unused import
1 parent 54b176e commit fd41c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ErrorAlert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
import React, { Fragment, useState } from 'react'
17+
import React, { Fragment } from 'react'
1818
import { Transition } from '@headlessui/react'
1919
import { ExclamationCircleIcon } from '@heroicons/react/24/solid'
2020

0 commit comments

Comments
 (0)