chore: remove all unused imports (#7999)

Removes all unused imports.

Temporarily swapped in
https://github.com/sweepline/eslint-plugin-unused-imports to
differentiate between unused imports and unused vars. The default rule
does not differentiate.
This commit is contained in:
Elliot DeNolf
2024-08-30 16:52:08 -04:00
committed by GitHub
parent b5fb92530c
commit 9816787fbf
37 changed files with 19 additions and 56 deletions

View File

@@ -3,7 +3,6 @@
import React from 'react'
import { useElement } from '../../providers/ElementProvider.js'
import { Heading2Element } from '../h2/Heading2.js'
export const Heading3Element = () => {
const { attributes, children } = useElement()

View File

@@ -3,7 +3,6 @@
import React from 'react'
import { useElement } from '../../providers/ElementProvider.js'
import { Heading2Element } from '../h2/Heading2.js'
export const Heading4Element = () => {
const { attributes, children } = useElement()

View File

@@ -3,7 +3,6 @@
import React from 'react'
import { useElement } from '../../providers/ElementProvider.js'
import { Heading2Element } from '../h2/Heading2.js'
export const Heading5Element = () => {
const { attributes, children } = useElement()

View File

@@ -3,7 +3,6 @@
import React from 'react'
import { useElement } from '../../providers/ElementProvider.js'
import { Heading2Element } from '../h2/Heading2.js'
export const Heading6Element = () => {
const { attributes, children } = useElement()