Skip to content

Commit

Permalink
Remove unused state type
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Apr 11, 2024
1 parent 5c764c2 commit 2a494e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/App.tsx
Expand Up @@ -30,13 +30,6 @@ type Props = {
readonly onExit: (error?: Error) => void;
};

type State = {
readonly isFocusEnabled: boolean;
readonly activeFocusId?: string;
readonly focusables: Focusable[];
readonly error?: Error;
};

type Focusable = {
readonly id: string;
readonly isActive: boolean;
Expand Down

0 comments on commit 2a494e9

Please sign in to comment.