Skip to content

Commit

Permalink
chore: Remove unused types & imports
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Aug 27, 2024
1 parent cfc2f7e commit cd2458a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/Block/Block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ import UserFeedback from "@/components/UserFeedback/UserFeedback";
import FontLoader from "@/components/FontLoader/FontLoader";
import useResultHandler from "@/hooks/useResultHandler";
import Session from "@/types/Session";
import { PlaybackView } from "@/types/Playback";
import { RedirectProps } from "../Redirect/Redirect";

type BlockView = PlaybackView | "TRIAL_VIEW" | "EXPLAINER" | "SCORE" | "FINAL" | "PLAYLIST" | "LOADING" | "CONSENT" | "INFO" | "REDIRECT";

interface SharedActionProps {
title?: string;
config?: object;
Expand Down

0 comments on commit cd2458a

Please sign in to comment.