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:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user