Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion znai-reactjs/src/doc-elements/Documentation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

import React, { Component } from "react";
import React from "react";
import * as Promise from "promise";

import { themeRegistry } from "../theme/ThemeRegistry";
Expand Down
2 changes: 1 addition & 1 deletion znai-reactjs/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": ["vite/client"],
"skipLibCheck": true,
"allowJs": true,
"checkJs": true,
"checkJs": false,
"typeRoots": ["./node_modules/@types", "./src/types"],
// or use:
"baseUrl": ".",
Expand Down