mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix lint
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
|
||||
// @ts-nocheck
|
||||
|
||||
import {useState, useEffect} from 'react';
|
||||
import {useState} from 'react';
|
||||
import {linter} from '@codemirror/lint';
|
||||
import type {Diagnostic} from '@codemirror/lint';
|
||||
import type {Text} from '@codemirror/text';
|
||||
import type {EditorView} from '@codemirror/view';
|
||||
|
||||
export type LintDiagnostic = {
|
||||
|
||||
Reference in New Issue
Block a user