Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Nov 6, 2023
1 parent 05b8e9b commit 426bdf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/review-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { DeckCardDbType } from "../../functions/db/deck/decks-with-cards-schema.
import { assert } from "../lib/typescript/assert.ts";
import { reviewCardsRequest } from "../api/api.ts";
import { ReviewOutcome } from "../../functions/services/review-card.ts";
import { deckListStore } from "./deck-list-store.ts";
import { screenStore } from "./screen-store.ts";

type ReviewResult = {
Expand Down

0 comments on commit 426bdf3

Please sign in to comment.