Fix eslint no-undef violations (#58233)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user