feat: add single execution page
This commit is contained in:
7
packages/web/src/react-app-env.d.ts
vendored
7
packages/web/src/react-app-env.d.ts
vendored
@@ -1 +1,8 @@
|
||||
/// <reference types="react-scripts" />
|
||||
|
||||
declare namespace JSX {
|
||||
interface IntrinsicElements {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
"json-viewer": any;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user