1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix eslint no-undef violations (#58233)

This commit is contained in:
Kevin Heis
2025-10-30 09:13:18 -07:00
committed by GitHub
parent 8139ef18e5
commit 4f46d28722
30 changed files with 41 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
import React from 'react'
import { DefaultLayout } from '@/frame/components/DefaultLayout'
import { ArticleTitle } from '@/frame/components/article/ArticleTitle'
import { MarkdownContent } from '@/frame/components/ui/MarkdownContent'

View File

@@ -1,4 +1,5 @@
import { createContext, useContext } from 'react'
import type { JSX } from 'react'
import type { MiniTocItem } from '@/frame/components/context/ArticleContext'
export type AutomatedPageContextT = {