Skip to content

Commit

Permalink
cleanup(frontend)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Sep 20, 2024
1 parent bac7a51 commit 675169e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {_Evaluation, EvaluationStatus, JSSTheme} from "@/lib/Types"
import {_Evaluation, EvaluationStatus} from "@/lib/Types"
import {
ArrowsLeftRight,
Database,
Expand Down Expand Up @@ -42,7 +42,7 @@ import {uniqBy} from "lodash"
import EvaluationErrorPopover from "../EvaluationErrorProps/EvaluationErrorPopover"
import dayjs from "dayjs"

const useStyles = createUseStyles((theme: JSSTheme) => ({
const useStyles = createUseStyles(() => ({
button: {
display: "flex",
alignItems: "center",
Expand Down

0 comments on commit 675169e

Please sign in to comment.