Skip to content

Commit

Permalink
ci: Build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Oct 15, 2023
1 parent 00cb987 commit 97c86b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable react-hooks/exhaustive-deps */
import React, { useState, useEffect, useId, DOMAttributes } from "react";
import React, { useState, useEffect, useId } from "react";
import { Tooltip } from "react-tooltip";
import { InlineMath } from "react-katex";

Expand Down

1 comment on commit 97c86b5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.