Skip to content

Commit

Permalink
for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yosupo06 committed Oct 31, 2023
1 parent 30f1bdb commit 587f408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/StatementViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ import {
import KatexTypography from "../components/katex/KatexTypography";
import SourceEditor from "../components/SourceEditor";
import Statement from "../components/Statement";
import { parse } from "@iarna/toml";
import urlJoin from "url-join";
import { SubmitHandler, useForm } from "react-hook-form";
import { ProblemInfoToml, parseProblemInfoToml } from "../utils/problem.info";
import { parseProblemInfoToml } from "../utils/problem.info";

type StatementData = {
info: string;
Expand Down

0 comments on commit 587f408

Please sign in to comment.