We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25a30d2 + 9982fd2 commit 7a7890fCopy full SHA for 7a7890f
2 files changed
src/App.tsx
@@ -19,8 +19,6 @@ import { Nav } from "rsuite";
19
import IconPath from "/icon.png";
20
import { Settings } from "./components/Settings";
21
import { useEffect } from "react";
22
-import introJs from "intro.js";
23
-import { IntroStep } from "intro.js/src/core/steps";
24
import { openHelpMenu } from "./help";
25
26
const handleKeyDown = (event: KeyboardEvent) => {
src/index.tsx
@@ -1,6 +1,5 @@
1
import React from "react";
2
import ReactDOM from "react-dom/client";
3
-import "./app.scss";
4
import App from "./App";
5
import { CustomProvider } from "rsuite";
6
0 commit comments